Color Hex Logo

#8577bd Color Hex

#8577BD
(133,119,189)
0 Favorites   0 Comments

Color spaces of #8577bd

RGB 133119189
HSL0.700.350.60
HSV252°37°74°
CMYK 0.300.370.00   0.26
XYZ25.455021.854351.0208
Yxy21.85430.25890.2223
Hunter Lab46.748615.3847-31.9843
CIE-Lab53.872121.1183-34.8742

#8577bd color RGB value is (133,119,189).

#8577bd hex color red value is 133, green value is 119 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #8577bd hue: 0.70 , saturation: 0.35 and the lightness value of 8577bd is 0.60.

The process color (four color CMYK) of #8577bd color hex is 0.30, 0.37, 0.00, 0.26. Web safe color of #8577bd is #9966cc. Color #8577bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01110111 10111101
Octal 205 167 275
Decimal 133 119 189
Hex 85 77 BD

RGB Percentages of Color #8577bd

%30.16
%26.98
%42.86

CMYK Percentages of Color #8577bd

%30
%37
%0
%26

Triadic Colors of #8577bd

#8577bd #bd8577 #77bd85

Analogous Colors of #8577bd

#8577bd #a877bd #778cbd

Monochromatic Colors of #8577bd

#8577bd

Complementary Color

#8577bd #afbd77

#8577bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8577bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8577bd Color CSS Codes

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

#8577bd Text Font Color

<p style="color:#8577bd">Text here</p>

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


#8577bd Background Color

<div style="background-color:#8577bd">
Div content here</div>

This div background color is #8577bd


#8577bd Border Color

<div style="border:3px solid #8577bd">
Div here</div>

This div border color is #8577bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,119,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8577bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8577bd;
  -webkit-box-shadow: 1px 1px 3px 2px #8577bd;
  box-shadow:         1px 1px 3px 2px #8577bd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8577bd


Comments

No comments written yet.

Please login to write comment.