Color Hex Logo

#9577fe Color Hex

#9577FE
(149,119,254)
0 Favorites   0 Comments

Color spaces of #9577fe

RGB 149119254
HSL0.700.990.73
HSV253°53°100°
CMYK 0.410.530.00   0.00
XYZ36.880626.739096.9832
Yxy26.73900.22960.1665
Hunter Lab51.709836.8182-75.0033
CIE-Lab58.732042.5689-63.5830

#9577fe color RGB value is (149,119,254).

#9577fe hex color red value is 149, green value is 119 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #9577fe hue: 0.70 , saturation: 0.99 and the lightness value of 9577fe is 0.73.

The process color (four color CMYK) of #9577fe color hex is 0.41, 0.53, 0.00, 0.00. Web safe color of #9577fe is #9966ff. Color #9577fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01110111 11111110
Octal 225 167 376
Decimal 149 119 254
Hex 95 77 FE

RGB Percentages of Color #9577fe

%28.54
%22.80
%48.66

CMYK Percentages of Color #9577fe

%41
%53
%0
%0

Triadic Colors of #9577fe

#9577fe #fe9577 #77fe95

Analogous Colors of #9577fe

#9577fe #d977fe #779dfe

Monochromatic Colors of #9577fe

#9577fe

Complementary Color

#9577fe #e0fe77

#9577fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9577fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#9577fe Color CSS Codes

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

#9577fe Text Font Color

<p style="color:#9577fe">Text here</p>

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


#9577fe Background Color

<div style="background-color:#9577fe">
Div content here</div>

This div background color is #9577fe


#9577fe Border Color

<div style="border:3px solid #9577fe">
Div here</div>

This div border color is #9577fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,119,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9577fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9577fe;
  -webkit-box-shadow: 1px 1px 3px 2px #9577fe;
  box-shadow:         1px 1px 3px 2px #9577fe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9577fe


Comments

No comments written yet.

Please login to write comment.