Color Hex Logo

#87427a Color Hex

#87427A
(135,66,122)
0 Favorites   0 Comments

Color spaces of #87427a

RGB 13566122
HSL0.860.340.39
HSV311°51°53°
CMYK 0.000.510.10   0.47
XYZ15.452710.452519.6154
Yxy10.45250.33950.2296
Hunter Lab32.330328.7383-13.3411
CIE-Lab38.642637.3643-18.7445

#87427a color RGB value is (135,66,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01000010 01111010
Octal 207 102 172
Decimal 135 66 122
Hex 87 42 7A

RGB Percentages of Color #87427a

%41.80
%20.43
%37.77

CMYK Percentages of Color #87427a

%0
%51
%10
%47

Triadic Colors of #87427a

#87427a #7a8742 #427a87

Analogous Colors of #87427a

#87427a #874258 #724287

Monochromatic Colors of #87427a

#87427a

Complementary Color

#87427a #42874f

#87427a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87427a Color Preview on White Background

Lorem ipsum dolor sit amet.

#87427a Color CSS Codes

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

#87427a Text Font Color

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

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


#87427a Background Color

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

This div background color is #87427a


#87427a Border Color

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

This div border color is #87427a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87427a


Comments

No comments written yet.

Please login to write comment.