Color Hex Logo

#13807a Color Hex

#13807A
(19,128,122)
0 Favorites   0 Comments

Color spaces of #13807a

RGB 19128122
HSL0.490.740.29
HSV177°85°50°
CMYK 0.850.000.05   0.50
XYZ11.500616.981921.0841
Yxy16.98190.23200.3426
Hunter Lab41.2091-22.3003-1.4886
CIE-Lab48.2372-29.5808-4.9537

#13807a color RGB value is (19,128,122).

#13807a hex color red value is 19, green value is 128 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #13807a hue: 0.49 , saturation: 0.74 and the lightness value of 13807a is 0.29.

The process color (four color CMYK) of #13807a color hex is 0.85, 0.00, 0.05, 0.50. Web safe color of #13807a is #009966. Color #13807a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10000000 01111010
Octal 23 200 172
Decimal 19 128 122
Hex 13 80 7A

RGB Percentages of Color #13807a

%7.06
%47.58
%45.35

CMYK Percentages of Color #13807a

%85
%0
%5
%50

Triadic Colors of #13807a

#13807a #7a1380 #807a13

Analogous Colors of #13807a

#13807a #134f80 #138044

Monochromatic Colors of #13807a

#13807a

Complementary Color

#13807a #801319

#13807a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13807a Color Preview on White Background

Lorem ipsum dolor sit amet.

#13807a Color CSS Codes

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

#13807a Text Font Color

<p style="color:#13807a">Text here</p>

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


#13807a Background Color

<div style="background-color:#13807a">
Div content here</div>

This div background color is #13807a


#13807a Border Color

<div style="border:3px solid #13807a">
Div here</div>

This div border color is #13807a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,128,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #13807a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #13807a;
  -webkit-box-shadow: 1px 1px 3px 2px #13807a;
  box-shadow:         1px 1px 3px 2px #13807a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,128,122, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13807a


Comments

No comments written yet.

Please login to write comment.