Color Hex Logo

#a040dd Color Hex

#A040DD
(160,64,221)
0 Favorites   0 Comments

Color spaces of #a040dd

RGB 16064221
HSL0.770.700.56
HSV277°71°87°
CMYK 0.280.710.00   0.13
XYZ29.381716.360870.0160
Yxy16.36080.25380.1413
Hunter Lab40.448558.8772-74.3166
CIE-Lab47.444364.6105-63.2404

#a040dd color RGB value is (160,64,221).

#a040dd hex color red value is 160, green value is 64 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a040dd hue: 0.77 , saturation: 0.70 and the lightness value of a040dd is 0.56.

The process color (four color CMYK) of #a040dd color hex is 0.28, 0.71, 0.00, 0.13. Web safe color of #a040dd is #9933cc. Color #a040dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01000000 11011101
Octal 240 100 335
Decimal 160 64 221
Hex A0 40 DD

RGB Percentages of Color #a040dd

%35.96
%14.38
%49.66

CMYK Percentages of Color #a040dd

%28
%71
%0
%13

Triadic Colors of #a040dd

#a040dd #dda040 #40dda0

Analogous Colors of #a040dd

#a040dd #dd40cc #5240dd

Monochromatic Colors of #a040dd

#a040dd

Complementary Color

#a040dd #7ddd40

#a040dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a040dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a040dd Color CSS Codes

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

#a040dd Text Font Color

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

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


#a040dd Background Color

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

This div background color is #a040dd


#a040dd Border Color

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

This div border color is #a040dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a040dd


Comments

No comments written yet.

Please login to write comment.