Color Hex Logo

#a352dd Color Hex

#A352DD
(163,82,221)
0 Favorites   0 Comments

Color spaces of #a352dd

RGB 16382221
HSL0.760.670.59
HSV275°63°87°
CMYK 0.260.630.00   0.13
XYZ31.172719.041670.4390
Yxy19.04160.25840.1578
Hunter Lab43.636751.1507-65.1611
CIE-Lab50.735857.1572-57.9123

#a352dd color RGB value is (163,82,221).

#a352dd hex color red value is 163, green value is 82 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a352dd hue: 0.76 , saturation: 0.67 and the lightness value of a352dd is 0.59.

The process color (four color CMYK) of #a352dd color hex is 0.26, 0.63, 0.00, 0.13. Web safe color of #a352dd is #9966cc. Color #a352dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01010010 11011101
Octal 243 122 335
Decimal 163 82 221
Hex A3 52 DD

RGB Percentages of Color #a352dd

%34.98
%17.60
%47.42

CMYK Percentages of Color #a352dd

%26
%63
%0
%13

Triadic Colors of #a352dd

#a352dd #dda352 #52dda3

Analogous Colors of #a352dd

#a352dd #dd52d2 #5e52dd

Monochromatic Colors of #a352dd

#a352dd

Complementary Color

#a352dd #8cdd52

#a352dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a352dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a352dd Color CSS Codes

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

#a352dd Text Font Color

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

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


#a352dd Background Color

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

This div background color is #a352dd


#a352dd Border Color

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

This div border color is #a352dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a352dd


Comments

No comments written yet.

Please login to write comment.