Color Hex Logo

#9589ea Color Hex

#9589EA
(149,137,234)
0 Favorites   0 Comments

Color spaces of #9589ea

RGB 149137234
HSL0.690.700.73
HSV247°41°92°
CMYK 0.360.410.00   0.08
XYZ36.191430.221481.7677
Yxy30.22140.24420.2039
Hunter Lab54.974021.3086-49.7055
CIE-Lab61.844826.8656-47.5751

#9589ea color RGB value is (149,137,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10001001 11101010
Octal 225 211 352
Decimal 149 137 234
Hex 95 89 EA

RGB Percentages of Color #9589ea

%28.65
%26.35
%45.00

CMYK Percentages of Color #9589ea

%36
%41
%0
%8

Triadic Colors of #9589ea

#9589ea #ea9589 #89ea95

Analogous Colors of #9589ea

#9589ea #c689ea #89aeea

Monochromatic Colors of #9589ea

#9589ea

Complementary Color

#9589ea #deea89

#9589ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9589ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#9589ea Color CSS Codes

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

#9589ea Text Font Color

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

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


#9589ea Background Color

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

This div background color is #9589ea


#9589ea Border Color

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

This div border color is #9589ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9589ea


Comments

No comments written yet.

Please login to write comment.