Color Hex Logo

#a852fd Color Hex

#A852FD
(168,82,253)
0 Favorites   0 Comments

Color spaces of #a852fd

RGB 16882253
HSL0.750.980.66
HSV270°68°99°
CMYK 0.340.680.00   0.01
XYZ36.895421.451395.1244
Yxy21.45130.24040.1398
Hunter Lab46.315561.1426-89.3509
CIE-Lab53.439965.4282-71.4699

#a852fd color RGB value is (168,82,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01010010 11111101
Octal 250 122 375
Decimal 168 82 253
Hex A8 52 FD

RGB Percentages of Color #a852fd

%33.40
%16.30
%50.30

CMYK Percentages of Color #a852fd

%34
%68
%0
%1

Triadic Colors of #a852fd

#a852fd #fda852 #52fda8

Analogous Colors of #a852fd

#a852fd #fd52fd #5252fd

Monochromatic Colors of #a852fd

#a852fd

Complementary Color

#a852fd #a7fd52

#a852fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a852fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a852fd Color CSS Codes

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

#a852fd Text Font Color

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

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


#a852fd Background Color

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

This div background color is #a852fd


#a852fd Border Color

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

This div border color is #a852fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a852fd


Comments

No comments written yet.

Please login to write comment.