Color Hex Logo

#a440dd Color Hex

#A440DD
(164,64,221)
0 Favorites   0 Comments

Color spaces of #a440dd

RGB 16464221
HSL0.770.700.56
HSV278°71°87°
CMYK 0.260.710.00   0.13
XYZ30.194416.779870.0540
Yxy16.77980.25800.1434
Hunter Lab40.963259.8888-72.7218
CIE-Lab47.981465.3844-62.3456

#a440dd color RGB value is (164,64,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01000000 11011101
Octal 244 100 335
Decimal 164 64 221
Hex A4 40 DD

RGB Percentages of Color #a440dd

%36.53
%14.25
%49.22

CMYK Percentages of Color #a440dd

%26
%71
%0
%13

Triadic Colors of #a440dd

#a440dd #dda440 #40dda4

Analogous Colors of #a440dd

#a440dd #dd40c8 #5640dd

Monochromatic Colors of #a440dd

#a440dd

Complementary Color

#a440dd #79dd40

#a440dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a440dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a440dd Color CSS Codes

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

#a440dd Text Font Color

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

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


#a440dd Background Color

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

This div background color is #a440dd


#a440dd Border Color

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

This div border color is #a440dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a440dd


Comments

No comments written yet.

Please login to write comment.