Color Hex Logo

#870bed Color Hex

#870BED
(135,11,237)
0 Favorites   0 Comments

Color spaces of #870bed

RGB 13511237
HSL0.760.910.49
HSV273°95°93°
CMYK 0.430.950.00   0.07
XYZ25.397411.504781.0028
Yxy11.50470.21540.0976
Hunter Lab33.918674.2989-117.8507
CIE-Lab40.417878.8674-83.9495

#870bed color RGB value is (135,11,237).

#870bed hex color red value is 135, green value is 11 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #870bed hue: 0.76 , saturation: 0.91 and the lightness value of 870bed is 0.49.

The process color (four color CMYK) of #870bed color hex is 0.43, 0.95, 0.00, 0.07. Web safe color of #870bed is #9900ff. Color #870bed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00001011 11101101
Octal 207 13 355
Decimal 135 11 237
Hex 87 B ED

RGB Percentages of Color #870bed

%35.25
%2.87
%61.88

CMYK Percentages of Color #870bed

%43
%95
%0
%7

Triadic Colors of #870bed

#870bed #ed870b #0bed87

Analogous Colors of #870bed

#870bed #ed0be2 #160bed

Monochromatic Colors of #870bed

#870bed

Complementary Color

#870bed #71ed0b

#870bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#870bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#870bed Color CSS Codes

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

#870bed Text Font Color

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

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


#870bed Background Color

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

This div background color is #870bed


#870bed Border Color

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

This div border color is #870bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #870bed


Comments

No comments written yet.

Please login to write comment.