Color Hex Logo

#874574 Color Hex

#874574
(135,69,116)
0 Favorites   0 Comments

Color spaces of #874574

RGB 13569116
HSL0.880.320.40
HSV317°49°53°
CMYK 0.000.490.14   0.47
XYZ15.272210.668117.7772
Yxy10.66810.34930.2440
Hunter Lab32.662126.3048-9.4067
CIE-Lab39.015734.6892-14.4564

#874574 color RGB value is (135,69,116).

#874574 hex color red value is 135, green value is 69 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #874574 hue: 0.88 , saturation: 0.32 and the lightness value of 874574 is 0.40.

The process color (four color CMYK) of #874574 color hex is 0.00, 0.49, 0.14, 0.47. Web safe color of #874574 is #993366. Color #874574 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01000101 01110100
Octal 207 105 164
Decimal 135 69 116
Hex 87 45 74

RGB Percentages of Color #874574

%42.19
%21.56
%36.25

CMYK Percentages of Color #874574

%0
%49
%14
%47

Triadic Colors of #874574

#874574 #748745 #457487

Analogous Colors of #874574

#874574 #874553 #794587

Monochromatic Colors of #874574

#874574

Complementary Color

#874574 #458758

#874574 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#874574 Color Preview on White Background

Lorem ipsum dolor sit amet.

#874574 Color CSS Codes

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

#874574 Text Font Color

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

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


#874574 Background Color

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

This div background color is #874574


#874574 Border Color

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

This div border color is #874574


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #874574


Comments

No comments written yet.

Please login to write comment.