Color Hex Logo

#a442dd Color Hex

#A442DD
(164,66,221)
0 Favorites   0 Comments

Color spaces of #a442dd

RGB 16466221
HSL0.770.700.56
HSV278°70°87°
CMYK 0.260.700.00   0.13
XYZ30.309217.009470.0923
Yxy17.00940.25810.1449
Hunter Lab41.242559.0059-71.8947
CIE-Lab48.271964.5641-61.8762

#a442dd color RGB value is (164,66,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01000010 11011101
Octal 244 102 335
Decimal 164 66 221
Hex A4 42 DD

RGB Percentages of Color #a442dd

%36.36
%14.63
%49.00

CMYK Percentages of Color #a442dd

%26
%70
%0
%13

Triadic Colors of #a442dd

#a442dd #dda442 #42dda4

Analogous Colors of #a442dd

#a442dd #dd42c9 #5742dd

Monochromatic Colors of #a442dd

#a442dd

Complementary Color

#a442dd #7bdd42

#a442dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a442dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a442dd Color CSS Codes

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

#a442dd Text Font Color

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

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


#a442dd Background Color

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

This div background color is #a442dd


#a442dd Border Color

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

This div border color is #a442dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a442dd


Comments

No comments written yet.

Please login to write comment.