Color Hex Logo

#a952cb Color Hex

#A952CB
(169,82,203)
0 Favorites   0 Comments

Color spaces of #a952cb

RGB 16982203
HSL0.790.540.56
HSV283°60°80°
CMYK 0.170.600.00   0.20
XYZ30.159018.781458.5355
Yxy18.78140.28060.1747
Hunter Lab43.337548.3793-49.7461
CIE-Lab50.430554.6946-48.0881

#a952cb color RGB value is (169,82,203).

#a952cb hex color red value is 169, green value is 82 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a952cb hue: 0.79 , saturation: 0.54 and the lightness value of a952cb is 0.56.

The process color (four color CMYK) of #a952cb color hex is 0.17, 0.60, 0.00, 0.20. Web safe color of #a952cb is #9966cc. Color #a952cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01010010 11001011
Octal 251 122 313
Decimal 169 82 203
Hex A9 52 CB

RGB Percentages of Color #a952cb

%37.22
%18.06
%44.71

CMYK Percentages of Color #a952cb

%17
%60
%0
%20

Triadic Colors of #a952cb

#a952cb #cba952 #52cba9

Analogous Colors of #a952cb

#a952cb #cb52b1 #6d52cb

Monochromatic Colors of #a952cb

#a952cb

Complementary Color

#a952cb #74cb52

#a952cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a952cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a952cb Color CSS Codes

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

#a952cb Text Font Color

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

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


#a952cb Background Color

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

This div background color is #a952cb


#a952cb Border Color

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

This div border color is #a952cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(169,82,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a952cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a952cb;
  -webkit-box-shadow: 1px 1px 3px 2px #a952cb;
  box-shadow:         1px 1px 3px 2px #a952cb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a952cb


Comments

No comments written yet.

Please login to write comment.