Color Hex Logo

#87207d Color Hex

#87207D
(135,32,125)
0 Favorites   0 Comments

Color spaces of #87207d

RGB 13532125
HSL0.850.620.33
HSV306°76°53°
CMYK 0.000.760.07   0.47
XYZ14.20997.664620.1325
Yxy7.66460.33830.1825
Hunter Lab27.685043.1700-23.7361
CIE-Lab33.274452.9819-28.9841

#87207d color RGB value is (135,32,125).

#87207d hex color red value is 135, green value is 32 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #87207d hue: 0.85 , saturation: 0.62 and the lightness value of 87207d is 0.33.

The process color (four color CMYK) of #87207d color hex is 0.00, 0.76, 0.07, 0.47. Web safe color of #87207d is #993366. Color #87207d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00100000 01111101
Octal 207 40 175
Decimal 135 32 125
Hex 87 20 7D

RGB Percentages of Color #87207d

%46.23
%10.96
%42.81

CMYK Percentages of Color #87207d

%0
%76
%7
%47

Triadic Colors of #87207d

#87207d #7d8720 #207d87

Analogous Colors of #87207d

#87207d #872049 #5e2087

Monochromatic Colors of #87207d

#87207d

Complementary Color

#87207d #20872a

#87207d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87207d Color Preview on White Background

Lorem ipsum dolor sit amet.

#87207d Color CSS Codes

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

#87207d Text Font Color

<p style="color:#87207d">Text here</p>

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


#87207d Background Color

<div style="background-color:#87207d">
Div content here</div>

This div background color is #87207d


#87207d Border Color

<div style="border:3px solid #87207d">
Div here</div>

This div border color is #87207d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,32,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #87207d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #87207d;
  -webkit-box-shadow: 1px 1px 3px 2px #87207d;
  box-shadow:         1px 1px 3px 2px #87207d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87207d

#87207d Color Palettes


Comments

No comments written yet.

Please login to write comment.