Color Hex Logo

#874464 Color Hex

#874464
(135,68,100)
0 Favorites   0 Comments

Color spaces of #874464

RGB 13568100
HSL0.920.330.40
HSV331°50°53°
CMYK 0.000.500.26   0.47
XYZ14.359010.205213.2696
Yxy10.20520.37950.2697
Hunter Lab31.945624.3280-2.2661
CIE-Lab38.208232.6403-5.6959

#874464 color RGB value is (135,68,100).

#874464 hex color red value is 135, green value is 68 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #874464 hue: 0.92 , saturation: 0.33 and the lightness value of 874464 is 0.40.

The process color (four color CMYK) of #874464 color hex is 0.00, 0.50, 0.26, 0.47. Web safe color of #874464 is #993366. Color #874464 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01000100 01100100
Octal 207 104 144
Decimal 135 68 100
Hex 87 44 64

RGB Percentages of Color #874464

%44.55
%22.44
%33.00

CMYK Percentages of Color #874464

%0
%50
%26
%47

Triadic Colors of #874464

#874464 #648744 #446487

Analogous Colors of #874464

#874464 #874644 #874486

Monochromatic Colors of #874464

#874464

Complementary Color

#874464 #448767

#874464 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#874464 Color Preview on White Background

Lorem ipsum dolor sit amet.

#874464 Color CSS Codes

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

#874464 Text Font Color

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

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


#874464 Background Color

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

This div background color is #874464


#874464 Border Color

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

This div border color is #874464


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #874464


Comments

No comments written yet.

Please login to write comment.