Color Hex Logo

#874270 Color Hex

#874270
(135,66,112)
0 Favorites   0 Comments

Color spaces of #874270

RGB 13566112
HSL0.890.340.39
HSV320°51°53°
CMYK 0.000.510.17   0.47
XYZ14.864510.217216.5179
Yxy10.21720.35730.2456
Hunter Lab31.964427.0709-8.2637
CIE-Lab38.229535.6377-13.1675

#874270 color RGB value is (135,66,112).

#874270 hex color red value is 135, green value is 66 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #874270 hue: 0.89 , saturation: 0.34 and the lightness value of 874270 is 0.39.

The process color (four color CMYK) of #874270 color hex is 0.00, 0.51, 0.17, 0.47. Web safe color of #874270 is #993366. Color #874270 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01000010 01110000
Octal 207 102 160
Decimal 135 66 112
Hex 87 42 70

RGB Percentages of Color #874270

%43.13
%21.09
%35.78

CMYK Percentages of Color #874270

%0
%51
%17
%47

Triadic Colors of #874270

#874270 #708742 #427087

Analogous Colors of #874270

#874270 #87424e #7c4287

Monochromatic Colors of #874270

#874270

Complementary Color

#874270 #428759

#874270 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#874270 Color Preview on White Background

Lorem ipsum dolor sit amet.

#874270 Color CSS Codes

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

#874270 Text Font Color

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

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


#874270 Background Color

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

This div background color is #874270


#874270 Border Color

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

This div border color is #874270


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #874270


Comments

No comments written yet.

Please login to write comment.