Color Hex Logo

#9577ca Color Hex

#9577CA
(149,119,202)
0 Favorites   0 Comments

Color spaces of #9577ca

RGB 149119202
HSL0.730.440.63
HSV262°41°79°
CMYK 0.260.410.00   0.21
XYZ29.651923.847558.9173
Yxy23.84750.26380.2121
Hunter Lab48.833922.9257-37.3487
CIE-Lab55.934829.0469-38.9507

#9577ca color RGB value is (149,119,202).

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

The process color (four color CMYK) of #9577ca color hex is 0.26, 0.41, 0.00, 0.21. Web safe color of #9577ca is #9966cc. Color #9577ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01110111 11001010
Octal 225 167 312
Decimal 149 119 202
Hex 95 77 CA

RGB Percentages of Color #9577ca

%31.70
%25.32
%42.98

CMYK Percentages of Color #9577ca

%26
%41
%0
%21

Triadic Colors of #9577ca

#9577ca #ca9577 #77ca95

Analogous Colors of #9577ca

#9577ca #bf77ca #7783ca

Monochromatic Colors of #9577ca

#9577ca

Complementary Color

#9577ca #acca77

#9577ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9577ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#9577ca Color CSS Codes

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

#9577ca Text Font Color

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

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


#9577ca Background Color

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

This div background color is #9577ca


#9577ca Border Color

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

This div border color is #9577ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9577ca


Comments

No comments written yet.

Please login to write comment.