Color Hex Logo

#a076dd Color Hex

#A076DD
(160,118,221)
0 Favorites   0 Comments

Color spaces of #a076dd

RGB 160118221
HSL0.730.600.66
HSV264°47°87°
CMYK 0.280.470.00   0.13
XYZ34.026825.650971.5643
Yxy25.65090.25930.1954
Hunter Lab50.646731.2928-48.3246
CIE-Lab57.704237.3388-46.8141

#a076dd color RGB value is (160,118,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01110110 11011101
Octal 240 166 335
Decimal 160 118 221
Hex A0 76 DD

RGB Percentages of Color #a076dd

%32.06
%23.65
%44.29

CMYK Percentages of Color #a076dd

%28
%47
%0
%13

Triadic Colors of #a076dd

#a076dd #dda076 #76dda0

Analogous Colors of #a076dd

#a076dd #d476dd #7680dd

Monochromatic Colors of #a076dd

#a076dd

Complementary Color

#a076dd #b3dd76

#a076dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a076dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a076dd Color CSS Codes

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

#a076dd Text Font Color

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

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


#a076dd Background Color

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

This div background color is #a076dd


#a076dd Border Color

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

This div border color is #a076dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a076dd


Comments

No comments written yet.

Please login to write comment.