Color Hex Logo

#87227a Color Hex

#87227A
(135,34,122)
0 Favorites   0 Comments

Color spaces of #87227a

RGB 13534122
HSL0.850.600.33
HSV308°75°53°
CMYK 0.000.750.10   0.47
XYZ14.07667.700119.1567
Yxy7.70010.34390.1881
Hunter Lab27.749141.9890-21.5068
CIE-Lab33.350351.8221-26.9817

#87227a color RGB value is (135,34,122).

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

The process color (four color CMYK) of #87227a color hex is 0.00, 0.75, 0.10, 0.47. Web safe color of #87227a is #993366. Color #87227a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00100010 01111010
Octal 207 42 172
Decimal 135 34 122
Hex 87 22 7A

RGB Percentages of Color #87227a

%46.39
%11.68
%41.92

CMYK Percentages of Color #87227a

%0
%75
%10
%47

Triadic Colors of #87227a

#87227a #7a8722 #227a87

Analogous Colors of #87227a

#87227a #872248 #622287

Monochromatic Colors of #87227a

#87227a

Complementary Color

#87227a #22872f

#87227a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87227a Color Preview on White Background

Lorem ipsum dolor sit amet.

#87227a Color CSS Codes

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

#87227a Text Font Color

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

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


#87227a Background Color

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

This div background color is #87227a


#87227a Border Color

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

This div border color is #87227a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87227a


Comments

No comments written yet.

Please login to write comment.