Color Hex Logo

#8552bb Color Hex

#8552BB
(133,82,187)
0 Favorites   0 Comments

Color spaces of #8552bb

RGB 13382187
HSL0.750.440.53
HSV269°56°73°
CMYK 0.290.560.00   0.27
XYZ21.659814.609048.6919
Yxy14.60900.25490.1720
Hunter Lab38.221734.2658-48.7763
CIE-Lab45.093942.0685-47.6084

#8552bb color RGB value is (133,82,187).

#8552bb hex color red value is 133, green value is 82 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #8552bb hue: 0.75 , saturation: 0.44 and the lightness value of 8552bb is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01010010 10111011
Octal 205 122 273
Decimal 133 82 187
Hex 85 52 BB

RGB Percentages of Color #8552bb

%33.08
%20.40
%46.52

CMYK Percentages of Color #8552bb

%29
%56
%0
%27

Triadic Colors of #8552bb

#8552bb #bb8552 #52bb85

Analogous Colors of #8552bb

#8552bb #ba52bb #5253bb

Monochromatic Colors of #8552bb

#8552bb

Complementary Color

#8552bb #88bb52

#8552bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8552bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8552bb Color CSS Codes

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

#8552bb Text Font Color

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

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


#8552bb Background Color

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

This div background color is #8552bb


#8552bb Border Color

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

This div border color is #8552bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8552bb


Comments

No comments written yet.

Please login to write comment.