Color Hex Logo

#8566bb Color Hex

#8566BB
(133,102,187)
0 Favorites   0 Comments

Color spaces of #8566bb

RGB 133102187
HSL0.730.380.57
HSV262°45°73°
CMYK 0.290.450.00   0.27
XYZ23.393918.077149.2700
Yxy18.07710.25780.1992
Hunter Lab42.517223.8096-38.9448
CIE-Lab49.589530.6331-40.4603

#8566bb color RGB value is (133,102,187).

#8566bb hex color red value is 133, green value is 102 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #8566bb hue: 0.73 , saturation: 0.38 and the lightness value of 8566bb is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01100110 10111011
Octal 205 146 273
Decimal 133 102 187
Hex 85 66 BB

RGB Percentages of Color #8566bb

%31.52
%24.17
%44.31

CMYK Percentages of Color #8566bb

%29
%45
%0
%27

Triadic Colors of #8566bb

#8566bb #bb8566 #66bb85

Analogous Colors of #8566bb

#8566bb #b066bb #6672bb

Monochromatic Colors of #8566bb

#8566bb

Complementary Color

#8566bb #9cbb66

#8566bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8566bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8566bb Color CSS Codes

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

#8566bb Text Font Color

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

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


#8566bb Background Color

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

This div background color is #8566bb


#8566bb Border Color

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

This div border color is #8566bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8566bb


Comments

No comments written yet.

Please login to write comment.