Color Hex Logo

#870bad Color Hex

#870BAD
(135,11,173)
0 Favorites   0 Comments

Color spaces of #870bad

RGB 13511173
HSL0.790.880.36
HSV286°94°68°
CMYK 0.220.940.00   0.32
XYZ17.65428.407440.2275
Yxy8.40740.26630.1268
Hunter Lab28.995557.9393-61.9603
CIE-Lab34.817366.2410-55.8946

#870bad color RGB value is (135,11,173).

#870bad hex color red value is 135, green value is 11 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #870bad hue: 0.79 , saturation: 0.88 and the lightness value of 870bad is 0.36.

The process color (four color CMYK) of #870bad color hex is 0.22, 0.94, 0.00, 0.32. Web safe color of #870bad is #990099. Color #870bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00001011 10101101
Octal 207 13 255
Decimal 135 11 173
Hex 87 B AD

RGB Percentages of Color #870bad

%42.32
%3.45
%54.23

CMYK Percentages of Color #870bad

%22
%94
%0
%32

Triadic Colors of #870bad

#870bad #ad870b #0bad87

Analogous Colors of #870bad

#870bad #ad0b82 #360bad

Monochromatic Colors of #870bad

#870bad

Complementary Color

#870bad #31ad0b

#870bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#870bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#870bad Color CSS Codes

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

#870bad Text Font Color

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

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


#870bad Background Color

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

This div background color is #870bad


#870bad Border Color

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

This div border color is #870bad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,11,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #870bad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #870bad;
  -webkit-box-shadow: 1px 1px 3px 2px #870bad;
  box-shadow:         1px 1px 3px 2px #870bad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #870bad


Comments

No comments written yet.

Please login to write comment.