Color Hex Logo

#8576bf Color Hex

#8576BF
(133,118,191)
0 Favorites   0 Comments

Color spaces of #8576bf

RGB 133118191
HSL0.700.360.61
HSV252°38°75°
CMYK 0.300.380.00   0.25
XYZ25.555321.705052.1328
Yxy21.70500.25710.2184
Hunter Lab46.588616.3827-33.7336
CIE-Lab53.712622.2285-36.2696

#8576bf color RGB value is (133,118,191).

#8576bf hex color red value is 133, green value is 118 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #8576bf hue: 0.70 , saturation: 0.36 and the lightness value of 8576bf is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01110110 10111111
Octal 205 166 277
Decimal 133 118 191
Hex 85 76 BF

RGB Percentages of Color #8576bf

%30.09
%26.70
%43.21

CMYK Percentages of Color #8576bf

%30
%38
%0
%25

Triadic Colors of #8576bf

#8576bf #bf8576 #76bf85

Analogous Colors of #8576bf

#8576bf #aa76bf #768cbf

Monochromatic Colors of #8576bf

#8576bf

Complementary Color

#8576bf #b0bf76

#8576bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8576bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8576bf Color CSS Codes

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

#8576bf Text Font Color

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

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


#8576bf Background Color

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

This div background color is #8576bf


#8576bf Border Color

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

This div border color is #8576bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8576bf


Comments

No comments written yet.

Please login to write comment.