Color Hex Logo

#874072 Color Hex

#874072
(135,64,114)
0 Favorites   0 Comments

Color spaces of #874072

RGB 13564114
HSL0.880.360.39
HSV318°53°53°
CMYK 0.000.530.16   0.47
XYZ14.862310.032617.0727
Yxy10.03260.35410.2391
Hunter Lab31.674328.3263-9.7858
CIE-Lab37.900937.0407-14.9151

#874072 color RGB value is (135,64,114).

#874072 hex color red value is 135, green value is 64 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #874072 hue: 0.88 , saturation: 0.36 and the lightness value of 874072 is 0.39.

The process color (four color CMYK) of #874072 color hex is 0.00, 0.53, 0.16, 0.47. Web safe color of #874072 is #993366. Color #874072 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01000000 01110010
Octal 207 100 162
Decimal 135 64 114
Hex 87 40 72

RGB Percentages of Color #874072

%43.13
%20.45
%36.42

CMYK Percentages of Color #874072

%0
%53
%16
%47

Triadic Colors of #874072

#874072 #728740 #407287

Analogous Colors of #874072

#874072 #87404e #794087

Monochromatic Colors of #874072

#874072

Complementary Color

#874072 #408755

#874072 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#874072 Color Preview on White Background

Lorem ipsum dolor sit amet.

#874072 Color CSS Codes

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

#874072 Text Font Color

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

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


#874072 Background Color

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

This div background color is #874072


#874072 Border Color

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

This div border color is #874072


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,64,114, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #874072; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #874072;
  -webkit-box-shadow: 1px 1px 3px 2px #874072;
  box-shadow:         1px 1px 3px 2px #874072; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #874072


Comments

No comments written yet.

Please login to write comment.