Color Hex Logo

#a852ba Color Hex

#A852BA
(168,82,186)
0 Favorites   0 Comments

Color spaces of #a852ba

RGB 16882186
HSL0.800.430.53
HSV290°56°73°
CMYK 0.100.560.00   0.27
XYZ28.028717.904648.4330
Yxy17.90460.29700.1897
Hunter Lab42.313844.1893-38.2445
CIE-Lab49.380250.9951-39.9467

#a852ba color RGB value is (168,82,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01010010 10111010
Octal 250 122 272
Decimal 168 82 186
Hex A8 52 BA

RGB Percentages of Color #a852ba

%38.53
%18.81
%42.66

CMYK Percentages of Color #a852ba

%10
%56
%0
%27

Triadic Colors of #a852ba

#a852ba #baa852 #52baa8

Analogous Colors of #a852ba

#a852ba #ba5298 #7452ba

Monochromatic Colors of #a852ba

#a852ba

Complementary Color

#a852ba #64ba52

#a852ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a852ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a852ba Color CSS Codes

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

#a852ba Text Font Color

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

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


#a852ba Background Color

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

This div background color is #a852ba


#a852ba Border Color

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

This div border color is #a852ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a852ba


Comments

No comments written yet.

Please login to write comment.