Color Hex Logo

#8552bf Color Hex

#8552BF
(133,82,191)
0 Favorites   0 Comments

Color spaces of #8552bf

RGB 13382191
HSL0.740.460.54
HSV268°57°75°
CMYK 0.300.570.00   0.25
XYZ22.094114.782750.9791
Yxy14.78270.25150.1683
Hunter Lab38.448335.2896-51.6996
CIE-Lab45.335143.0566-49.5507

#8552bf color RGB value is (133,82,191).

#8552bf hex color red value is 133, green value is 82 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #8552bf hue: 0.74 , saturation: 0.46 and the lightness value of 8552bf is 0.54.

The process color (four color CMYK) of #8552bf color hex is 0.30, 0.57, 0.00, 0.25. Web safe color of #8552bf is #9966cc. Color #8552bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01010010 10111111
Octal 205 122 277
Decimal 133 82 191
Hex 85 52 BF

RGB Percentages of Color #8552bf

%32.76
%20.20
%47.04

CMYK Percentages of Color #8552bf

%30
%57
%0
%25

Triadic Colors of #8552bf

#8552bf #bf8552 #52bf85

Analogous Colors of #8552bf

#8552bf #bc52bf #5256bf

Monochromatic Colors of #8552bf

#8552bf

Complementary Color

#8552bf #8cbf52

#8552bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8552bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8552bf Color CSS Codes

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

#8552bf Text Font Color

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

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


#8552bf Background Color

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

This div background color is #8552bf


#8552bf Border Color

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

This div border color is #8552bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8552bf


Comments

No comments written yet.

Please login to write comment.