Color Hex Logo

#870085 Color Hex

#870085
(135,0,133)
0 Favorites   0 Comments

Color spaces of #870085

RGB 1350133
HSL0.841.000.26
HSV301°100°53°
CMYK 0.001.000.01   0.47
XYZ14.22536.844422.7616
Yxy6.84440.32450.1562
Hunter Lab26.161851.2750-33.2709
CIE-Lab31.450060.9413-36.8878

#870085 color RGB value is (135,0,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00000000 10000101
Octal 207 0 205
Decimal 135 0 133
Hex 87 0 85

RGB Percentages of Color #870085

%50.37
%0.00
%49.63

CMYK Percentages of Color #870085

%0
%100
%1
%47

Triadic Colors of #870085

#870085 #858700 #008587

Analogous Colors of #870085

#870085 #870042 #450087

Monochromatic Colors of #870085

#870085

Complementary Color

#870085 #008702

#870085 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#870085 Color Preview on White Background

Lorem ipsum dolor sit amet.

#870085 Color CSS Codes

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

#870085 Text Font Color

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

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


#870085 Background Color

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

This div background color is #870085


#870085 Border Color

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

This div border color is #870085


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #870085


Comments

No comments written yet.

Please login to write comment.