Color Hex Logo

#870bda Color Hex

#870BDA
(135,11,218)
0 Favorites   0 Comments

Color spaces of #870bda

RGB 13511218
HSL0.770.900.45
HSV276°95°85°
CMYK 0.380.950.00   0.15
XYZ22.766210.452267.1472
Yxy10.45220.22680.1041
Hunter Lab32.329969.1197-100.5109
CIE-Lab38.642174.9922-76.0260

#870bda color RGB value is (135,11,218).

#870bda hex color red value is 135, green value is 11 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #870bda hue: 0.77 , saturation: 0.90 and the lightness value of 870bda is 0.45.

The process color (four color CMYK) of #870bda color hex is 0.38, 0.95, 0.00, 0.15. Web safe color of #870bda is #9900cc. Color #870bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00001011 11011010
Octal 207 13 332
Decimal 135 11 218
Hex 87 B DA

RGB Percentages of Color #870bda

%37.09
%3.02
%59.89

CMYK Percentages of Color #870bda

%38
%95
%0
%15

Triadic Colors of #870bda

#870bda #da870b #0bda87

Analogous Colors of #870bda

#870bda #da0bc6 #200bda

Monochromatic Colors of #870bda

#870bda

Complementary Color

#870bda #5eda0b

#870bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#870bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#870bda Color CSS Codes

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

#870bda Text Font Color

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

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


#870bda Background Color

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

This div background color is #870bda


#870bda Border Color

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

This div border color is #870bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #870bda


Comments

No comments written yet.

Please login to write comment.