Color Hex Logo

#319eab Color Hex

#319EAB
(49,158,171)
0 Favorites   0 Comments

Color spaces of #319eab

RGB 49158171
HSL0.520.550.43
HSV186°71°67°
CMYK 0.710.080.00   0.33
XYZ20.844228.047042.8431
Yxy28.04700.22720.3057
Hunter Lab52.9594-22.4235-10.8928
CIE-Lab59.9312-25.7676-15.6402

#319eab color RGB value is (49,158,171).

#319eab hex color red value is 49, green value is 158 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #319eab hue: 0.52 , saturation: 0.55 and the lightness value of 319eab is 0.43.

The process color (four color CMYK) of #319eab color hex is 0.71, 0.08, 0.00, 0.33. Web safe color of #319eab is #339999. Color #319eab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10011110 10101011
Octal 61 236 253
Decimal 49 158 171
Hex 31 9E AB

RGB Percentages of Color #319eab

%12.96
%41.80
%45.24

CMYK Percentages of Color #319eab

%71
%8
%0
%33

Triadic Colors of #319eab

#319eab #ab319e #9eab31

Analogous Colors of #319eab

#319eab #3161ab #31ab7b

Monochromatic Colors of #319eab

#319eab

Complementary Color

#319eab #ab3e31

#319eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#319eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#319eab Color CSS Codes

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

#319eab Text Font Color

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

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


#319eab Background Color

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

This div background color is #319eab


#319eab Border Color

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

This div border color is #319eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #319eab


Comments

No comments written yet.

Please login to write comment.