Color Hex Logo

#87324a Color Hex

#87324A
(135,50,74)
0 Favorites   0 Comments

Color spaces of #87324a

RGB 1355074
HSL0.950.460.36
HSV343°63°53°
CMYK 0.000.630.45   0.47
XYZ12.36837.92657.3567
Yxy7.92650.44730.2867
Hunter Lab28.154029.14694.2152
CIE-Lab33.829338.59154.4539

#87324a color RGB value is (135,50,74).

#87324a hex color red value is 135, green value is 50 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #87324a hue: 0.95 , saturation: 0.46 and the lightness value of 87324a is 0.36.

The process color (four color CMYK) of #87324a color hex is 0.00, 0.63, 0.45, 0.47. Web safe color of #87324a is #993333. Color #87324a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00110010 01001010
Octal 207 62 112
Decimal 135 50 74
Hex 87 32 4A

RGB Percentages of Color #87324a

%52.12
%19.31
%28.57

CMYK Percentages of Color #87324a

%0
%63
%45
%47

Triadic Colors of #87324a

#87324a #4a8732 #324a87

Analogous Colors of #87324a

#87324a #874532 #873275

Monochromatic Colors of #87324a

#87324a

Complementary Color

#87324a #32876f

#87324a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87324a Color Preview on White Background

Lorem ipsum dolor sit amet.

#87324a Color CSS Codes

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

#87324a Text Font Color

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

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


#87324a Background Color

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

This div background color is #87324a


#87324a Border Color

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

This div border color is #87324a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,50,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #87324a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #87324a;
  -webkit-box-shadow: 1px 1px 3px 2px #87324a;
  box-shadow:         1px 1px 3px 2px #87324a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87324a


Comments

No comments written yet.

Please login to write comment.