Color Hex Logo

#319aec Color Hex

#319AEC
(49,154,236)
0 Favorites   0 Comments

Color spaces of #319aec

RGB 49154236
HSL0.570.830.56
HSV206°79°93°
CMYK 0.790.350.00   0.07
XYZ27.962529.820383.6390
Yxy29.82030.19770.2109
Hunter Lab54.6080-4.1614-52.5845
CIE-Lab61.4989-1.5028-49.5479

#319aec color RGB value is (49,154,236).

#319aec hex color red value is 49, green value is 154 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #319aec hue: 0.57 , saturation: 0.83 and the lightness value of 319aec is 0.56.

The process color (four color CMYK) of #319aec color hex is 0.79, 0.35, 0.00, 0.07. Web safe color of #319aec is #3399ff. Color #319aec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10011010 11101100
Octal 61 232 354
Decimal 49 154 236
Hex 31 9A EC

RGB Percentages of Color #319aec

%11.16
%35.08
%53.76

CMYK Percentages of Color #319aec

%79
%35
%0
%7

Triadic Colors of #319aec

#319aec #ec319a #9aec31

Analogous Colors of #319aec

#319aec #313dec #31ece1

Monochromatic Colors of #319aec

#319aec

Complementary Color

#319aec #ec8331

#319aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#319aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#319aec Color CSS Codes

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

#319aec Text Font Color

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

This sample text font color is #319aec
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.


#319aec Background Color

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

This div background color is #319aec


#319aec Border Color

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

This div border color is #319aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #319aec


Comments

No comments written yet.

Please login to write comment.