Color Hex Logo

#a952cf Color Hex

#A952CF
(169,82,207)
0 Favorites   0 Comments

Color spaces of #a952cf

RGB 16982207
HSL0.780.570.57
HSV282°60°81°
CMYK 0.180.600.00   0.19
XYZ30.642018.974661.0789
Yxy18.97460.27680.1714
Hunter Lab43.559849.3354-52.6436
CIE-Lab50.657555.5270-50.0188

#a952cf color RGB value is (169,82,207).

#a952cf hex color red value is 169, green value is 82 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #a952cf hue: 0.78 , saturation: 0.57 and the lightness value of a952cf is 0.57.

The process color (four color CMYK) of #a952cf color hex is 0.18, 0.60, 0.00, 0.19. Web safe color of #a952cf is #9966cc. Color #a952cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01010010 11001111
Octal 251 122 317
Decimal 169 82 207
Hex A9 52 CF

RGB Percentages of Color #a952cf

%36.90
%17.90
%45.20

CMYK Percentages of Color #a952cf

%18
%60
%0
%19

Triadic Colors of #a952cf

#a952cf #cfa952 #52cfa9

Analogous Colors of #a952cf

#a952cf #cf52b7 #6b52cf

Monochromatic Colors of #a952cf

#a952cf

Complementary Color

#a952cf #78cf52

#a952cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a952cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a952cf Color CSS Codes

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

#a952cf Text Font Color

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

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


#a952cf Background Color

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

This div background color is #a952cf


#a952cf Border Color

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

This div border color is #a952cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a952cf


Comments

No comments written yet.

Please login to write comment.