Color Hex Logo

#a444cd Color Hex

#A444CD
(164,68,205)
0 Favorites   0 Comments

Color spaces of #a444cd

RGB 16468205
HSL0.780.580.54
HSV282°67°80°
CMYK 0.200.670.00   0.20
XYZ28.396416.434559.4331
Yxy16.43450.27240.1576
Hunter Lab40.539554.0885-58.5447
CIE-Lab47.539560.3783-53.8997

#a444cd color RGB value is (164,68,205).

#a444cd hex color red value is 164, green value is 68 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a444cd hue: 0.78 , saturation: 0.58 and the lightness value of a444cd is 0.54.

The process color (four color CMYK) of #a444cd color hex is 0.20, 0.67, 0.00, 0.20. Web safe color of #a444cd is #9933cc. Color #a444cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01000100 11001101
Octal 244 104 315
Decimal 164 68 205
Hex A4 44 CD

RGB Percentages of Color #a444cd

%37.53
%15.56
%46.91

CMYK Percentages of Color #a444cd

%20
%67
%0
%20

Triadic Colors of #a444cd

#a444cd #cda444 #44cda4

Analogous Colors of #a444cd

#a444cd #cd44b2 #5f44cd

Monochromatic Colors of #a444cd

#a444cd

Complementary Color

#a444cd #6dcd44

#a444cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a444cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a444cd Color CSS Codes

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

#a444cd Text Font Color

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

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


#a444cd Background Color

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

This div background color is #a444cd


#a444cd Border Color

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

This div border color is #a444cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,68,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a444cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a444cd


Comments

No comments written yet.

Please login to write comment.