Color Hex Logo

#8552ab Color Hex

#8552AB
(133,82,171)
0 Favorites   0 Comments

Color spaces of #8552ab

RGB 13382171
HSL0.760.350.50
HSV274°52°67°
CMYK 0.220.520.00   0.33
XYZ20.040813.961440.1666
Yxy13.96140.27020.1882
Hunter Lab37.365030.3503-37.5801
CIE-Lab44.177538.2114-39.6839

#8552ab color RGB value is (133,82,171).

#8552ab hex color red value is 133, green value is 82 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #8552ab hue: 0.76 , saturation: 0.35 and the lightness value of 8552ab is 0.50.

The process color (four color CMYK) of #8552ab color hex is 0.22, 0.52, 0.00, 0.33. Web safe color of #8552ab is #996699. Color #8552ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01010010 10101011
Octal 205 122 253
Decimal 133 82 171
Hex 85 52 AB

RGB Percentages of Color #8552ab

%34.46
%21.24
%44.30

CMYK Percentages of Color #8552ab

%22
%52
%0
%33

Triadic Colors of #8552ab

#8552ab #ab8552 #52ab85

Analogous Colors of #8552ab

#8552ab #ab52a5 #5952ab

Monochromatic Colors of #8552ab

#8552ab

Complementary Color

#8552ab #78ab52

#8552ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8552ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#8552ab Color CSS Codes

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

#8552ab Text Font Color

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

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


#8552ab Background Color

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

This div background color is #8552ab


#8552ab Border Color

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

This div border color is #8552ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,82,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8552ab


Comments

No comments written yet.

Please login to write comment.