Color Hex Logo

#8870bb Color Hex

#8870BB
(136,112,187)
0 Favorites   0 Comments

Color spaces of #8870bb

RGB 136112187
HSL0.720.360.59
HSV259°40°73°
CMYK 0.270.400.00   0.27
XYZ24.917220.410449.6400
Yxy20.41040.26240.2149
Hunter Lab45.177919.3878-33.5214
CIE-Lab52.298125.6169-36.1737

#8870bb color RGB value is (136,112,187).

#8870bb hex color red value is 136, green value is 112 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #8870bb hue: 0.72 , saturation: 0.36 and the lightness value of 8870bb is 0.59.

The process color (four color CMYK) of #8870bb color hex is 0.27, 0.40, 0.00, 0.27. Web safe color of #8870bb is #9966cc. Color #8870bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01110000 10111011
Octal 210 160 273
Decimal 136 112 187
Hex 88 70 BB

RGB Percentages of Color #8870bb

%31.26
%25.75
%42.99

CMYK Percentages of Color #8870bb

%27
%40
%0
%27

Triadic Colors of #8870bb

#8870bb #bb8870 #70bb88

Analogous Colors of #8870bb

#8870bb #ae70bb #707ebb

Monochromatic Colors of #8870bb

#8870bb

Complementary Color

#8870bb #a3bb70

#8870bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8870bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8870bb Color CSS Codes

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

#8870bb Text Font Color

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

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


#8870bb Background Color

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

This div background color is #8870bb


#8870bb Border Color

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

This div border color is #8870bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,112,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8870bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8870bb;
  -webkit-box-shadow: 1px 1px 3px 2px #8870bb;
  box-shadow:         1px 1px 3px 2px #8870bb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,112,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 #8870bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8870bb


Comments

No comments written yet.

Please login to write comment.