Color Hex Logo

#a252cf Color Hex

#A252CF
(162,82,207)
0 Favorites   0 Comments

Color spaces of #a252cf

RGB 16282207
HSL0.770.570.57
HSV278°60°81°
CMYK 0.220.600.00   0.19
XYZ29.180118.221061.0105
Yxy18.22100.26920.1681
Hunter Lab42.686147.3216-54.8620
CIE-Lab49.763153.8409-51.4993

#a252cf color RGB value is (162,82,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01010010 11001111
Octal 242 122 317
Decimal 162 82 207
Hex A2 52 CF

RGB Percentages of Color #a252cf

%35.92
%18.18
%45.90

CMYK Percentages of Color #a252cf

%22
%60
%0
%19

Triadic Colors of #a252cf

#a252cf #cfa252 #52cfa2

Analogous Colors of #a252cf

#a252cf #cf52be #6452cf

Monochromatic Colors of #a252cf

#a252cf

Complementary Color

#a252cf #7fcf52

#a252cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a252cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a252cf Color CSS Codes

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

#a252cf Text Font Color

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

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


#a252cf Background Color

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

This div background color is #a252cf


#a252cf Border Color

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

This div border color is #a252cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a252cf


Comments

No comments written yet.

Please login to write comment.