Color Hex Logo

#9562aa Color Hex

#9562AA
(149,98,170)
0 Favorites   0 Comments

Color spaces of #9562aa

RGB 14998170
HSL0.780.300.53
HSV283°42°67°
CMYK 0.120.420.00   0.33
XYZ24.017818.027240.2439
Yxy18.02720.29190.2191
Hunter Lab42.458526.6712-26.4766
CIE-Lab49.529133.6547-30.5490

#9562aa color RGB value is (149,98,170).

#9562aa hex color red value is 149, green value is 98 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #9562aa hue: 0.78 , saturation: 0.30 and the lightness value of 9562aa is 0.53.

The process color (four color CMYK) of #9562aa color hex is 0.12, 0.42, 0.00, 0.33. Web safe color of #9562aa is #996699. Color #9562aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01100010 10101010
Octal 225 142 252
Decimal 149 98 170
Hex 95 62 AA

RGB Percentages of Color #9562aa

%35.73
%23.50
%40.77

CMYK Percentages of Color #9562aa

%12
%42
%0
%33

Triadic Colors of #9562aa

#9562aa #aa9562 #62aa95

Analogous Colors of #9562aa

#9562aa #aa629b #7162aa

Monochromatic Colors of #9562aa

#9562aa

Complementary Color

#9562aa #77aa62

#9562aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9562aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9562aa Color CSS Codes

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

#9562aa Text Font Color

<p style="color:#9562aa">Text here</p>

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


#9562aa Background Color

<div style="background-color:#9562aa">
Div content here</div>

This div background color is #9562aa


#9562aa Border Color

<div style="border:3px solid #9562aa">
Div here</div>

This div border color is #9562aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,98,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9562aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9562aa;
  -webkit-box-shadow: 1px 1px 3px 2px #9562aa;
  box-shadow:         1px 1px 3px 2px #9562aa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9562aa


Comments

No comments written yet.

Please login to write comment.