Color Hex Logo

#9952af Color Hex

#9952AF
(153,82,175)
0 Favorites   0 Comments

Color spaces of #9952af

RGB 15382175
HSL0.790.370.50
HSV286°53°69°
CMYK 0.130.530.00   0.31
XYZ23.892015.902042.3676
Yxy15.90200.29080.1935
Hunter Lab39.877337.1608-35.0785
CIE-Lab46.845744.6683-37.6572

#9952af color RGB value is (153,82,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01010010 10101111
Octal 231 122 257
Decimal 153 82 175
Hex 99 52 AF

RGB Percentages of Color #9952af

%37.32
%20.00
%42.68

CMYK Percentages of Color #9952af

%13
%53
%0
%31

Triadic Colors of #9952af

#9952af #af9952 #52af99

Analogous Colors of #9952af

#9952af #af5297 #6b52af

Monochromatic Colors of #9952af

#9952af

Complementary Color

#9952af #68af52

#9952af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9952af Color Preview on White Background

Lorem ipsum dolor sit amet.

#9952af Color CSS Codes

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

#9952af Text Font Color

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

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


#9952af Background Color

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

This div background color is #9952af


#9952af Border Color

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

This div border color is #9952af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,82,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 #9952af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9952af


Comments

No comments written yet.

Please login to write comment.