Color Hex Logo

#9577fd Color Hex

#9577FD
(149,119,253)
0 Favorites   0 Comments

Color spaces of #9577fd

RGB 149119253
HSL0.700.970.73
HSV253°53°99°
CMYK 0.410.530.00   0.01
XYZ36.720926.675196.1419
Yxy26.67510.23020.1672
Hunter Lab51.647936.5269-74.2139
CIE-Lab58.672442.2986-63.1277

#9577fd color RGB value is (149,119,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01110111 11111101
Octal 225 167 375
Decimal 149 119 253
Hex 95 77 FD

RGB Percentages of Color #9577fd

%28.60
%22.84
%48.56

CMYK Percentages of Color #9577fd

%41
%53
%0
%1

Triadic Colors of #9577fd

#9577fd #fd9577 #77fd95

Analogous Colors of #9577fd

#9577fd #d877fd #779cfd

Monochromatic Colors of #9577fd

#9577fd

Complementary Color

#9577fd #dffd77

#9577fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9577fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9577fd Color CSS Codes

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

#9577fd Text Font Color

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

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


#9577fd Background Color

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

This div background color is #9577fd


#9577fd Border Color

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

This div border color is #9577fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9577fd

Related Colors


Comments

No comments written yet.

Please login to write comment.