Color Hex Logo

#13874d Color Hex

#13874D
(19,135,77)
0 Favorites   0 Comments

Color spaces of #13874d

RGB 1913577
HSL0.420.750.30
HSV150°86°53°
CMYK 0.860.000.43   0.47
XYZ10.272118.00229.9546
Yxy18.00220.26870.4709
Hunter Lab42.4290-31.035715.7898
CIE-Lab49.4988-44.157922.8304

#13874d color RGB value is (19,135,77).

#13874d hex color red value is 19, green value is 135 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #13874d hue: 0.42 , saturation: 0.75 and the lightness value of 13874d is 0.30.

The process color (four color CMYK) of #13874d color hex is 0.86, 0.00, 0.43, 0.47. Web safe color of #13874d is #009966. Color #13874d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10000111 01001101
Octal 23 207 115
Decimal 19 135 77
Hex 13 87 4D

RGB Percentages of Color #13874d

%8.23
%58.44
%33.33

CMYK Percentages of Color #13874d

%86
%0
%43
%47

Triadic Colors of #13874d

#13874d #4d1387 #874d13

Analogous Colors of #13874d

#13874d #138787 #138713

Monochromatic Colors of #13874d

#13874d

Complementary Color

#13874d #87134d

#13874d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13874d Color Preview on White Background

Lorem ipsum dolor sit amet.

#13874d Color CSS Codes

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

#13874d Text Font Color

<p style="color:#13874d">Text here</p>

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


#13874d Background Color

<div style="background-color:#13874d">
Div content here</div>

This div background color is #13874d


#13874d Border Color

<div style="border:3px solid #13874d">
Div here</div>

This div border color is #13874d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,135,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #13874d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #13874d;
  -webkit-box-shadow: 1px 1px 3px 2px #13874d;
  box-shadow:         1px 1px 3px 2px #13874d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13874d


Comments

No comments written yet.

Please login to write comment.