Color Hex Logo

#a852fe Color Hex

#A852FE
(168,82,254)
0 Favorites   0 Comments

Color spaces of #a852fe

RGB 16882254
HSL0.750.990.66
HSV270°68°100°
CMYK 0.340.680.00   0.00
XYZ37.055121.515295.9658
Yxy21.51520.23980.1392
Hunter Lab46.384561.4252-90.1972
CIE-Lab53.508865.6568-71.9132

#a852fe color RGB value is (168,82,254).

#a852fe hex color red value is 168, green value is 82 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #a852fe hue: 0.75 , saturation: 0.99 and the lightness value of a852fe is 0.66.

The process color (four color CMYK) of #a852fe color hex is 0.34, 0.68, 0.00, 0.00. Web safe color of #a852fe is #9966ff. Color #a852fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01010010 11111110
Octal 250 122 376
Decimal 168 82 254
Hex A8 52 FE

RGB Percentages of Color #a852fe

%33.33
%16.27
%50.40

CMYK Percentages of Color #a852fe

%34
%68
%0
%0

Triadic Colors of #a852fe

#a852fe #fea852 #52fea8

Analogous Colors of #a852fe

#a852fe #fe52fe #5252fe

Monochromatic Colors of #a852fe

#a852fe

Complementary Color

#a852fe #a8fe52

#a852fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a852fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a852fe Color CSS Codes

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

#a852fe Text Font Color

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

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


#a852fe Background Color

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

This div background color is #a852fe


#a852fe Border Color

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

This div border color is #a852fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a852fe


Comments

No comments written yet.

Please login to write comment.