Color Hex Logo

#13865f Color Hex

#13865F
(19,134,95)
0 Favorites   0 Comments

Color spaces of #13865f

RGB 1913495
HSL0.440.750.30
HSV160°86°53°
CMYK 0.860.000.29   0.47
XYZ10.859218.014913.7313
Yxy18.01490.25490.4228
Hunter Lab42.4440-28.608110.5295
CIE-Lab49.5142-39.770612.6602

#13865f color RGB value is (19,134,95).

#13865f hex color red value is 19, green value is 134 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #13865f hue: 0.44 , saturation: 0.75 and the lightness value of 13865f is 0.30.

The process color (four color CMYK) of #13865f color hex is 0.86, 0.00, 0.29, 0.47. Web safe color of #13865f is #009966. Color #13865f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10000110 01011111
Octal 23 206 137
Decimal 19 134 95
Hex 13 86 5F

RGB Percentages of Color #13865f

%7.66
%54.03
%38.31

CMYK Percentages of Color #13865f

%86
%0
%29
%47

Triadic Colors of #13865f

#13865f #5f1386 #865f13

Analogous Colors of #13865f

#13865f #137486 #138626

Monochromatic Colors of #13865f

#13865f

Complementary Color

#13865f #86133a

#13865f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13865f Color Preview on White Background

Lorem ipsum dolor sit amet.

#13865f Color CSS Codes

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

#13865f Text Font Color

<p style="color:#13865f">Text here</p>

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


#13865f Background Color

<div style="background-color:#13865f">
Div content here</div>

This div background color is #13865f


#13865f Border Color

<div style="border:3px solid #13865f">
Div here</div>

This div border color is #13865f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,134,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #13865f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #13865f;
  -webkit-box-shadow: 1px 1px 3px 2px #13865f;
  box-shadow:         1px 1px 3px 2px #13865f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13865f


Comments

No comments written yet.

Please login to write comment.