Color Hex Logo

#9589ca Color Hex

#9589CA
(149,137,202)
0 Favorites   0 Comments

Color spaces of #9589ca

RGB 149137202
HSL0.700.380.66
HSV251°32°79°
CMYK 0.260.320.00   0.21
XYZ32.000828.545159.7003
Yxy28.54510.26610.2374
Hunter Lab53.427613.4154-28.8516
CIE-Lab60.378018.6227-32.0087

#9589ca color RGB value is (149,137,202).

#9589ca hex color red value is 149, green value is 137 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #9589ca hue: 0.70 , saturation: 0.38 and the lightness value of 9589ca is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10001001 11001010
Octal 225 211 312
Decimal 149 137 202
Hex 95 89 CA

RGB Percentages of Color #9589ca

%30.53
%28.07
%41.39

CMYK Percentages of Color #9589ca

%26
%32
%0
%21

Triadic Colors of #9589ca

#9589ca #ca9589 #89ca95

Analogous Colors of #9589ca

#9589ca #b689ca #899eca

Monochromatic Colors of #9589ca

#9589ca

Complementary Color

#9589ca #beca89

#9589ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9589ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#9589ca Color CSS Codes

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

#9589ca Text Font Color

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

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


#9589ca Background Color

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

This div background color is #9589ca


#9589ca Border Color

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

This div border color is #9589ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9589ca


Comments

No comments written yet.

Please login to write comment.