Color Hex Logo

#870fbb Color Hex

#870FBB
(135,15,187)
0 Favorites   0 Comments

Color spaces of #870fbb

RGB 13515187
HSL0.780.850.40
HSV282°92°73°
CMYK 0.280.920.00   0.27
XYZ19.13219.080447.7580
Yxy9.08040.25180.1195
Hunter Lab30.133760.5969-72.8734
CIE-Lab36.138668.2941-62.0644

#870fbb color RGB value is (135,15,187).

#870fbb hex color red value is 135, green value is 15 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #870fbb hue: 0.78 , saturation: 0.85 and the lightness value of 870fbb is 0.40.

The process color (four color CMYK) of #870fbb color hex is 0.28, 0.92, 0.00, 0.27. Web safe color of #870fbb is #9900cc. Color #870fbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00001111 10111011
Octal 207 17 273
Decimal 135 15 187
Hex 87 F BB

RGB Percentages of Color #870fbb

%40.06
%4.45
%55.49

CMYK Percentages of Color #870fbb

%28
%92
%0
%27

Triadic Colors of #870fbb

#870fbb #bb870f #0fbb87

Analogous Colors of #870fbb

#870fbb #bb0f99 #310fbb

Monochromatic Colors of #870fbb

#870fbb

Complementary Color

#870fbb #43bb0f

#870fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#870fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#870fbb Color CSS Codes

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

#870fbb Text Font Color

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

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


#870fbb Background Color

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

This div background color is #870fbb


#870fbb Border Color

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

This div border color is #870fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #870fbb


Comments

No comments written yet.

Please login to write comment.