Color Hex Logo

#a576dd Color Hex

#A576DD
(165,118,221)
0 Favorites   0 Comments

Color spaces of #a576dd

RGB 165118221
HSL0.740.600.66
HSV267°47°87°
CMYK 0.250.470.00   0.13
XYZ35.046626.176771.6121
Yxy26.17670.26380.1971
Hunter Lab51.163232.7364-47.1728
CIE-Lab58.204438.6948-45.9904

#a576dd color RGB value is (165,118,221).

#a576dd hex color red value is 165, green value is 118 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a576dd hue: 0.74 , saturation: 0.60 and the lightness value of a576dd is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01110110 11011101
Octal 245 166 335
Decimal 165 118 221
Hex A5 76 DD

RGB Percentages of Color #a576dd

%32.74
%23.41
%43.85

CMYK Percentages of Color #a576dd

%25
%47
%0
%13

Triadic Colors of #a576dd

#a576dd #dda576 #76dda5

Analogous Colors of #a576dd

#a576dd #d976dd #767bdd

Monochromatic Colors of #a576dd

#a576dd

Complementary Color

#a576dd #aedd76

#a576dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a576dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a576dd Color CSS Codes

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

#a576dd Text Font Color

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

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


#a576dd Background Color

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

This div background color is #a576dd


#a576dd Border Color

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

This div border color is #a576dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a576dd


Comments

No comments written yet.

Please login to write comment.