Color Hex Logo

#8572bb Color Hex

#8572BB
(133,114,187)
0 Favorites   0 Comments

Color spaces of #8572bb

RGB 133114187
HSL0.710.350.59
HSV256°39°73°
CMYK 0.290.390.00   0.27
XYZ24.659820.609049.6919
Yxy20.60900.25970.2170
Hunter Lab45.397117.5165-33.1211
CIE-Lab52.518923.5594-35.8467

#8572bb color RGB value is (133,114,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01110010 10111011
Octal 205 162 273
Decimal 133 114 187
Hex 85 72 BB

RGB Percentages of Color #8572bb

%30.65
%26.27
%43.09

CMYK Percentages of Color #8572bb

%29
%39
%0
%27

Triadic Colors of #8572bb

#8572bb #bb8572 #72bb85

Analogous Colors of #8572bb

#8572bb #aa72bb #7284bb

Monochromatic Colors of #8572bb

#8572bb

Complementary Color

#8572bb #a8bb72

#8572bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8572bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8572bb Color CSS Codes

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

#8572bb Text Font Color

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

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


#8572bb Background Color

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

This div background color is #8572bb


#8572bb Border Color

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

This div border color is #8572bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8572bb


Comments

No comments written yet.

Please login to write comment.