Color Hex Logo

#87224e Color Hex

#87224E
(135,34,78)
0 Favorites   0 Comments

Color spaces of #87224e

RGB 1353478
HSL0.930.600.33
HSV334°75°53°
CMYK 0.000.750.42   0.47
XYZ11.93886.84507.8997
Yxy6.84500.44740.2565
Hunter Lab26.163035.66880.4119
CIE-Lab31.451445.8737-1.6027

#87224e color RGB value is (135,34,78).

#87224e hex color red value is 135, green value is 34 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #87224e hue: 0.93 , saturation: 0.60 and the lightness value of 87224e is 0.33.

The process color (four color CMYK) of #87224e color hex is 0.00, 0.75, 0.42, 0.47. Web safe color of #87224e is #993366. Color #87224e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00100010 01001110
Octal 207 42 116
Decimal 135 34 78
Hex 87 22 4E

RGB Percentages of Color #87224e

%54.66
%13.77
%31.58

CMYK Percentages of Color #87224e

%0
%75
%42
%47

Triadic Colors of #87224e

#87224e #4e8722 #224e87

Analogous Colors of #87224e

#87224e #872922 #872281

Monochromatic Colors of #87224e

#87224e

Complementary Color

#87224e #22875b

#87224e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87224e Color Preview on White Background

Lorem ipsum dolor sit amet.

#87224e Color CSS Codes

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

#87224e Text Font Color

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

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


#87224e Background Color

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

This div background color is #87224e


#87224e Border Color

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

This div border color is #87224e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,34,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #87224e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #87224e;
  -webkit-box-shadow: 1px 1px 3px 2px #87224e;
  box-shadow:         1px 1px 3px 2px #87224e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87224e


Comments

No comments written yet.

Please login to write comment.