Color Hex Logo

#a444dd Color Hex

#A444DD
(164,68,221)
0 Favorites   0 Comments

Color spaces of #a444dd

RGB 16468221
HSL0.770.690.57
HSV278°69°87°
CMYK 0.260.690.00   0.13
XYZ30.428117.247270.1319
Yxy17.24720.25830.1464
Hunter Lab41.529758.1067-71.0531
CIE-Lab48.570063.7251-61.3947

#a444dd color RGB value is (164,68,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01000100 11011101
Octal 244 104 335
Decimal 164 68 221
Hex A4 44 DD

RGB Percentages of Color #a444dd

%36.20
%15.01
%48.79

CMYK Percentages of Color #a444dd

%26
%69
%0
%13

Triadic Colors of #a444dd

#a444dd #dda444 #44dda4

Analogous Colors of #a444dd

#a444dd #dd44ca #5844dd

Monochromatic Colors of #a444dd

#a444dd

Complementary Color

#a444dd #7ddd44

#a444dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a444dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a444dd Color CSS Codes

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

#a444dd Text Font Color

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

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


#a444dd Background Color

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

This div background color is #a444dd


#a444dd Border Color

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

This div border color is #a444dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a444dd


Comments

No comments written yet.

Please login to write comment.