Color Hex Logo

#87257a Color Hex

#87257A
(135,37,122)
0 Favorites   0 Comments

Color spaces of #87257a

RGB 13537122
HSL0.860.570.34
HSV308°73°53°
CMYK 0.000.730.10   0.47
XYZ14.16617.879219.1865
Yxy7.87920.34360.1911
Hunter Lab28.069940.9616-20.8773
CIE-Lab33.730050.7450-26.3851

#87257a color RGB value is (135,37,122).

#87257a hex color red value is 135, green value is 37 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #87257a hue: 0.86 , saturation: 0.57 and the lightness value of 87257a is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00100101 01111010
Octal 207 45 172
Decimal 135 37 122
Hex 87 25 7A

RGB Percentages of Color #87257a

%45.92
%12.59
%41.50

CMYK Percentages of Color #87257a

%0
%73
%10
%47

Triadic Colors of #87257a

#87257a #7a8725 #257a87

Analogous Colors of #87257a

#87257a #872549 #632587

Monochromatic Colors of #87257a

#87257a

Complementary Color

#87257a #258732

#87257a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87257a Color Preview on White Background

Lorem ipsum dolor sit amet.

#87257a Color CSS Codes

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

#87257a Text Font Color

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

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


#87257a Background Color

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

This div background color is #87257a


#87257a Border Color

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

This div border color is #87257a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87257a


Comments

No comments written yet.

Please login to write comment.