color codes Logo

#a443dd color codes

#A443DD
(164,67,221)
0 Favorites   0 Comments

Color spaces of #a443dd

RGB 16467221
HSL0.770.690.56
HSV278°70°87°
CMYK 0.260.700.00   0.13
XYZ30.368117.127370.1119
Yxy17.12730.25820.1456
Hunter Lab41.385158.5579-71.4755
CIE-Lab48.420064.1466-61.6369

#a443dd color RGB value is (164,67,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01000011 11011101
Octal 244 103 335
Decimal 164 67 221
Hex A4 43 DD

RGB Percentages of Color #a443dd

%36.28
%14.82
%48.89

CMYK Percentages of Color #a443dd

%26
%70
%0
%13

Triadic Colors of #a443dd

#a443dd #dda443 #43dda4

Analogous Colors of #a443dd

#a443dd #dd43c9 #5743dd

Monochromatic Colors of #a443dd

#a443dd

Complementary Color

#a443dd #7cdd43

#a443dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a443dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a443dd Color CSS Codes

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

#a443dd Text Font Color

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

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


#a443dd Background Color

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

This div background color is #a443dd


#a443dd Border Color

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

This div border color is #a443dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a443dd


Comments

No comments written yet.

Please login to write comment.