Color Hex Logo

#a044cd Color Hex

#A044CD
(160,68,205)
0 Favorites   0 Comments

Color spaces of #a044cd

RGB 16068205
HSL0.780.580.54
HSV280°67°80°
CMYK 0.220.670.00   0.20
XYZ27.583816.015659.3951
Yxy16.01560.26780.1555
Hunter Lab40.019552.9986-59.9819
CIE-Lab46.994959.5061-54.8036

#a044cd color RGB value is (160,68,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01000100 11001101
Octal 240 104 315
Decimal 160 68 205
Hex A0 44 CD

RGB Percentages of Color #a044cd

%36.95
%15.70
%47.34

CMYK Percentages of Color #a044cd

%22
%67
%0
%20

Triadic Colors of #a044cd

#a044cd #cda044 #44cda0

Analogous Colors of #a044cd

#a044cd #cd44b6 #5b44cd

Monochromatic Colors of #a044cd

#a044cd

Complementary Color

#a044cd #71cd44

#a044cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a044cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a044cd Color CSS Codes

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

#a044cd Text Font Color

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

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


#a044cd Background Color

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

This div background color is #a044cd


#a044cd Border Color

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

This div border color is #a044cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a044cd


Comments

No comments written yet.

Please login to write comment.