Color Hex Logo

#8871bb Color Hex

#8871BB
(136,113,187)
0 Favorites   0 Comments

Color spaces of #8871bb

RGB 136113187
HSL0.720.350.59
HSV259°40°73°
CMYK 0.270.400.00   0.27
XYZ25.028120.632449.6770
Yxy20.63240.26250.2164
Hunter Lab45.422918.8637-33.0468
CIE-Lab52.544825.0274-35.7866

#8871bb color RGB value is (136,113,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01110001 10111011
Octal 210 161 273
Decimal 136 113 187
Hex 88 71 BB

RGB Percentages of Color #8871bb

%31.19
%25.92
%42.89

CMYK Percentages of Color #8871bb

%27
%40
%0
%27

Triadic Colors of #8871bb

#8871bb #bb8871 #71bb88

Analogous Colors of #8871bb

#8871bb #ad71bb #717fbb

Monochromatic Colors of #8871bb

#8871bb

Complementary Color

#8871bb #a4bb71

#8871bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8871bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8871bb Color CSS Codes

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

#8871bb Text Font Color

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

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


#8871bb Background Color

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

This div background color is #8871bb


#8871bb Border Color

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

This div border color is #8871bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8871bb


Comments

No comments written yet.

Please login to write comment.