Color Hex Logo

#870080 Color Hex

#870080
(135,0,128)
0 Favorites   0 Comments

Color spaces of #870080

RGB 1350128
HSL0.841.000.26
HSV303°100°53°
CMYK 0.001.000.05   0.47
XYZ13.88806.709420.9851
Yxy6.70940.33400.1614
Hunter Lab25.902550.3759-29.9025
CIE-Lab31.136060.1800-34.2572

#870080 color RGB value is (135,0,128).

#870080 hex color red value is 135, green value is 0 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #870080 hue: 0.84 , saturation: 1.00 and the lightness value of 870080 is 0.26.

The process color (four color CMYK) of #870080 color hex is 0.00, 1.00, 0.05, 0.47. Web safe color of #870080 is #990099. Color #870080 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00000000 10000000
Octal 207 0 200
Decimal 135 0 128
Hex 87 0 80

RGB Percentages of Color #870080

%51.33
%0.00
%48.67

CMYK Percentages of Color #870080

%0
%100
%5
%47

Triadic Colors of #870080

#870080 #808700 #008087

Analogous Colors of #870080

#870080 #87003d #4a0087

Monochromatic Colors of #870080

#870080

Complementary Color

#870080 #008707

#870080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#870080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#870080 Color CSS Codes

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

#870080 Text Font Color

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

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


#870080 Background Color

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

This div background color is #870080


#870080 Border Color

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

This div border color is #870080


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #870080


Comments

No comments written yet.

Please login to write comment.