Color Hex Logo

#9952ab Color Hex

#9952AB
(153,82,171)
0 Favorites   0 Comments

Color spaces of #9952ab

RGB 15382171
HSL0.800.350.50
HSV288°52°67°
CMYK 0.110.520.00   0.33
XYZ23.504815.747240.3287
Yxy15.74720.29540.1979
Hunter Lab39.682736.2840-32.4772
CIE-Lab46.641143.8362-35.6291

#9952ab color RGB value is (153,82,171).

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

The process color (four color CMYK) of #9952ab color hex is 0.11, 0.52, 0.00, 0.33. Web safe color of #9952ab is #996699. Color #9952ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01010010 10101011
Octal 231 122 253
Decimal 153 82 171
Hex 99 52 AB

RGB Percentages of Color #9952ab

%37.68
%20.20
%42.12

CMYK Percentages of Color #9952ab

%11
%52
%0
%33

Triadic Colors of #9952ab

#9952ab #ab9952 #52ab99

Analogous Colors of #9952ab

#9952ab #ab5291 #6d52ab

Monochromatic Colors of #9952ab

#9952ab

Complementary Color

#9952ab #64ab52

#9952ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9952ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#9952ab Color CSS Codes

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

#9952ab Text Font Color

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

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


#9952ab Background Color

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

This div background color is #9952ab


#9952ab Border Color

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

This div border color is #9952ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9952ab


Comments

No comments written yet.

Please login to write comment.