Color Hex Logo

#a352fd Color Hex

#A352FD
(163,82,253)
0 Favorites   0 Comments

Color spaces of #a352fd

RGB 16382253
HSL0.750.980.66
HSV268°68°99°
CMYK 0.360.680.00   0.01
XYZ35.851220.913095.0755
Yxy20.91300.23610.1377
Hunter Lab45.730759.9086-91.2541
CIE-Lab52.854164.4792-72.4470

#a352fd color RGB value is (163,82,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01010010 11111101
Octal 243 122 375
Decimal 163 82 253
Hex A3 52 FD

RGB Percentages of Color #a352fd

%32.73
%16.47
%50.80

CMYK Percentages of Color #a352fd

%36
%68
%0
%1

Triadic Colors of #a352fd

#a352fd #fda352 #52fda3

Analogous Colors of #a352fd

#a352fd #f952fd #5257fd

Monochromatic Colors of #a352fd

#a352fd

Complementary Color

#a352fd #acfd52

#a352fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a352fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a352fd Color CSS Codes

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

#a352fd Text Font Color

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

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


#a352fd Background Color

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

This div background color is #a352fd


#a352fd Border Color

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

This div border color is #a352fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a352fd


Comments

No comments written yet.

Please login to write comment.