Color Hex Logo

#319efc Color Hex

#319EFC
(49,158,252)
0 Favorites   0 Comments

Color spaces of #319efc

RGB 49158252
HSL0.580.970.59
HSV208°81°99°
CMYK 0.810.370.00   0.01
XYZ31.064232.135096.6609
Yxy32.13500.19430.2010
Hunter Lab56.6877-1.3877-61.4167
CIE-Lab63.45431.9357-55.2276

#319efc color RGB value is (49,158,252).

#319efc hex color red value is 49, green value is 158 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #319efc hue: 0.58 , saturation: 0.97 and the lightness value of 319efc is 0.59.

The process color (four color CMYK) of #319efc color hex is 0.81, 0.37, 0.00, 0.01. Web safe color of #319efc is #3399ff. Color #319efc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10011110 11111100
Octal 61 236 374
Decimal 49 158 252
Hex 31 9E FC

RGB Percentages of Color #319efc

%10.68
%34.42
%54.90

CMYK Percentages of Color #319efc

%81
%37
%0
%1

Triadic Colors of #319efc

#319efc #fc319e #9efc31

Analogous Colors of #319efc

#319efc #3139fc #31fcf5

Monochromatic Colors of #319efc

#319efc

Complementary Color

#319efc #fc8f31

#319efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#319efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#319efc Color CSS Codes

.mybgcolor {background-color:#319efc; } 
.myforecolor {color:#319efc; }
.mybordercolor {border:3px solid #319efc; }

#319efc Text Font Color

<p style="color:#319efc">Text here</p>

This sample text font color is #319efc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#319efc Background Color

<div style="background-color:#319efc">
Div content here</div>

This div background color is #319efc


#319efc Border Color

<div style="border:3px solid #319efc">
Div here</div>

This div border color is #319efc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,158,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #319efc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #319efc;
  -webkit-box-shadow: 1px 1px 3px 2px #319efc;
  box-shadow:         1px 1px 3px 2px #319efc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(49,158,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #319efc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #319efc;
  -webkit-box-shadow: 1px 1px 3px 2px #319efc;
  box-shadow:         1px 1px 3px 2px #319efc;">
Div content here</div>

This div box has shadow with color #319efc

Related Colors


Comments

No comments written yet.

Please login to write comment.