Color Hex Logo

#a552dd Color Hex

#A552DD
(165,82,221)
0 Favorites   0 Comments

Color spaces of #a552dd

RGB 16582221
HSL0.770.670.59
HSV276°63°87°
CMYK 0.250.630.00   0.13
XYZ31.585519.254470.4583
Yxy19.25440.26040.1587
Hunter Lab43.879851.6978-64.4867
CIE-Lab50.983557.6050-57.5010

#a552dd color RGB value is (165,82,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01010010 11011101
Octal 245 122 335
Decimal 165 82 221
Hex A5 52 DD

RGB Percentages of Color #a552dd

%35.26
%17.52
%47.22

CMYK Percentages of Color #a552dd

%25
%63
%0
%13

Triadic Colors of #a552dd

#a552dd #dda552 #52dda5

Analogous Colors of #a552dd

#a552dd #dd52d0 #5f52dd

Monochromatic Colors of #a552dd

#a552dd

Complementary Color

#a552dd #8add52

#a552dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a552dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a552dd Color CSS Codes

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

#a552dd Text Font Color

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

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


#a552dd Background Color

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

This div background color is #a552dd


#a552dd Border Color

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

This div border color is #a552dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a552dd


Comments

No comments written yet.

Please login to write comment.