Color Hex Logo

#87047d Color Hex

#87047D
(135,4,125)
0 Favorites   0 Comments

Color spaces of #87047d

RGB 1354125
HSL0.850.940.27
HSV305°97°53°
CMYK 0.000.970.07   0.47
XYZ13.73686.718419.9748
Yxy6.71840.33980.1662
Hunter Lab25.919949.2402-27.5471
CIE-Lab31.157059.1300-32.3364

#87047d color RGB value is (135,4,125).

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

The process color (four color CMYK) of #87047d color hex is 0.00, 0.97, 0.07, 0.47. Web safe color of #87047d is #990066. Color #87047d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00000100 01111101
Octal 207 4 175
Decimal 135 4 125
Hex 87 4 7D

RGB Percentages of Color #87047d

%51.14
%1.52
%47.35

CMYK Percentages of Color #87047d

%0
%97
%7
%47

Triadic Colors of #87047d

#87047d #7d8704 #047d87

Analogous Colors of #87047d

#87047d #87043c #500487

Monochromatic Colors of #87047d

#87047d

Complementary Color

#87047d #04870e

#87047d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87047d Color Preview on White Background

Lorem ipsum dolor sit amet.

#87047d Color CSS Codes

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

#87047d Text Font Color

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

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


#87047d Background Color

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

This div background color is #87047d


#87047d Border Color

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

This div border color is #87047d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87047d


Comments

No comments written yet.

Please login to write comment.