Color Hex Logo

#874274 Color Hex

#874274
(135,66,116)
0 Favorites   0 Comments

Color spaces of #874274

RGB 13566116
HSL0.880.340.39
HSV317°51°53°
CMYK 0.000.510.14   0.47
XYZ15.092310.308317.7172
Yxy10.30830.35000.2391
Hunter Lab32.106527.7209-10.2431
CIE-Lab38.390236.3141-15.4119

#874274 color RGB value is (135,66,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01000010 01110100
Octal 207 102 164
Decimal 135 66 116
Hex 87 42 74

RGB Percentages of Color #874274

%42.59
%20.82
%36.59

CMYK Percentages of Color #874274

%0
%51
%14
%47

Triadic Colors of #874274

#874274 #748742 #427487

Analogous Colors of #874274

#874274 #874252 #784287

Monochromatic Colors of #874274

#874274

Complementary Color

#874274 #428755

#874274 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#874274 Color Preview on White Background

Lorem ipsum dolor sit amet.

#874274 Color CSS Codes

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

#874274 Text Font Color

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

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


#874274 Background Color

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

This div background color is #874274


#874274 Border Color

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

This div border color is #874274


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,66,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 #874274">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #874274


Comments

No comments written yet.

Please login to write comment.