Color Hex Logo

#319dad Color Hex

#319DAD
(49,157,173)
0 Favorites   0 Comments

Color spaces of #319dad

RGB 49157173
HSL0.520.560.44
HSV188°72°68°
CMYK 0.720.090.00   0.32
XYZ20.866427.784043.7982
Yxy27.78400.22570.3005
Hunter Lab52.7105-21.5810-12.3678
CIE-Lab59.6931-24.6344-17.1317

#319dad color RGB value is (49,157,173).

#319dad hex color red value is 49, green value is 157 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #319dad hue: 0.52 , saturation: 0.56 and the lightness value of 319dad is 0.44.

The process color (four color CMYK) of #319dad color hex is 0.72, 0.09, 0.00, 0.32. Web safe color of #319dad is #339999. Color #319dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10011101 10101101
Octal 61 235 255
Decimal 49 157 173
Hex 31 9D AD

RGB Percentages of Color #319dad

%12.93
%41.42
%45.65

CMYK Percentages of Color #319dad

%72
%9
%0
%32

Triadic Colors of #319dad

#319dad #ad319d #9dad31

Analogous Colors of #319dad

#319dad #315fad #31ad7f

Monochromatic Colors of #319dad

#319dad

Complementary Color

#319dad #ad4131

#319dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#319dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#319dad Color CSS Codes

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

#319dad Text Font Color

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

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


#319dad Background Color

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

This div background color is #319dad


#319dad Border Color

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

This div border color is #319dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #319dad


Comments

No comments written yet.

Please login to write comment.