Color Hex Logo

#9589fd Color Hex

#9589FD
(149,137,253)
0 Favorites   0 Comments

Color spaces of #9589fd

RGB 149137253
HSL0.680.970.76
HSV246°46°99°
CMYK 0.410.460.00   0.01
XYZ39.069731.372796.9249
Yxy31.37270.23340.1874
Hunter Lab56.011326.4896-63.3905
CIE-Lab62.821032.0211-56.4943

#9589fd color RGB value is (149,137,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10001001 11111101
Octal 225 211 375
Decimal 149 137 253
Hex 95 89 FD

RGB Percentages of Color #9589fd

%27.64
%25.42
%46.94

CMYK Percentages of Color #9589fd

%41
%46
%0
%1

Triadic Colors of #9589fd

#9589fd #fd9589 #89fd95

Analogous Colors of #9589fd

#9589fd #cf89fd #89b7fd

Monochromatic Colors of #9589fd

#9589fd

Complementary Color

#9589fd #f1fd89

#9589fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9589fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9589fd Color CSS Codes

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

#9589fd Text Font Color

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

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


#9589fd Background Color

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

This div background color is #9589fd


#9589fd Border Color

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

This div border color is #9589fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,137,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 #9589fd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9589fd


Comments

No comments written yet.

Please login to write comment.