Color Hex Logo

#9962af Color Hex

#9962AF
(153,98,175)
0 Favorites   0 Comments

Color spaces of #9962af

RGB 15398175
HSL0.790.320.54
HSV283°44°69°
CMYK 0.130.440.00   0.31
XYZ25.242418.602842.8177
Yxy18.60280.29130.2147
Hunter Lab43.131028.9880-28.6677
CIE-Lab50.219235.9636-32.3560

#9962af color RGB value is (153,98,175).

#9962af hex color red value is 153, green value is 98 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #9962af hue: 0.79 , saturation: 0.32 and the lightness value of 9962af is 0.54.

The process color (four color CMYK) of #9962af color hex is 0.13, 0.44, 0.00, 0.31. Web safe color of #9962af is #996699. Color #9962af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01100010 10101111
Octal 231 142 257
Decimal 153 98 175
Hex 99 62 AF

RGB Percentages of Color #9962af

%35.92
%23.00
%41.08

CMYK Percentages of Color #9962af

%13
%44
%0
%31

Triadic Colors of #9962af

#9962af #af9962 #62af99

Analogous Colors of #9962af

#9962af #af629f #7362af

Monochromatic Colors of #9962af

#9962af

Complementary Color

#9962af #78af62

#9962af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9962af Color Preview on White Background

Lorem ipsum dolor sit amet.

#9962af Color CSS Codes

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

#9962af Text Font Color

<p style="color:#9962af">Text here</p>

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


#9962af Background Color

<div style="background-color:#9962af">
Div content here</div>

This div background color is #9962af


#9962af Border Color

<div style="border:3px solid #9962af">
Div here</div>

This div border color is #9962af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,98,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9962af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9962af;
  -webkit-box-shadow: 1px 1px 3px 2px #9962af;
  box-shadow:         1px 1px 3px 2px #9962af; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9962af


Comments

No comments written yet.

Please login to write comment.