Color Hex Logo

#a252fd Color Hex

#A252FD
(162,82,253)
0 Favorites   0 Comments

Color spaces of #a252fd

RGB 16282253
HSL0.740.980.66
HSV268°68°99°
CMYK 0.360.680.00   0.01
XYZ35.647220.807895.0660
Yxy20.80780.23530.1373
Hunter Lab45.615659.6652-91.6336
CIE-Lab52.738564.2912-72.6401

#a252fd color RGB value is (162,82,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01010010 11111101
Octal 242 122 375
Decimal 162 82 253
Hex A2 52 FD

RGB Percentages of Color #a252fd

%32.60
%16.50
%50.91

CMYK Percentages of Color #a252fd

%36
%68
%0
%1

Triadic Colors of #a252fd

#a252fd #fda252 #52fda2

Analogous Colors of #a252fd

#a252fd #f852fd #5257fd

Monochromatic Colors of #a252fd

#a252fd

Complementary Color

#a252fd #adfd52

#a252fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a252fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a252fd Color CSS Codes

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

#a252fd Text Font Color

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

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


#a252fd Background Color

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

This div background color is #a252fd


#a252fd Border Color

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

This div border color is #a252fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a252fd


Comments

No comments written yet.

Please login to write comment.