Color Hex Logo

#a252ba Color Hex

#A252BA
(162,82,186)
0 Favorites   0 Comments

Color spaces of #a252ba

RGB 16282186
HSL0.790.430.53
HSV286°56°73°
CMYK 0.130.560.00   0.27
XYZ26.780517.261148.3746
Yxy17.26110.28980.1868
Hunter Lab41.546542.3532-39.9517
CIE-Lab48.587449.3970-41.2523

#a252ba color RGB value is (162,82,186).

#a252ba hex color red value is 162, green value is 82 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a252ba hue: 0.79 , saturation: 0.43 and the lightness value of a252ba is 0.53.

The process color (four color CMYK) of #a252ba color hex is 0.13, 0.56, 0.00, 0.27. Web safe color of #a252ba is #9966cc. Color #a252ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01010010 10111010
Octal 242 122 272
Decimal 162 82 186
Hex A2 52 BA

RGB Percentages of Color #a252ba

%37.67
%19.07
%43.26

CMYK Percentages of Color #a252ba

%13
%56
%0
%27

Triadic Colors of #a252ba

#a252ba #baa252 #52baa2

Analogous Colors of #a252ba

#a252ba #ba529e #6e52ba

Monochromatic Colors of #a252ba

#a252ba

Complementary Color

#a252ba #6aba52

#a252ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a252ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a252ba Color CSS Codes

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

#a252ba Text Font Color

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

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


#a252ba Background Color

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

This div background color is #a252ba


#a252ba Border Color

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

This div border color is #a252ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a252ba


Comments

No comments written yet.

Please login to write comment.