Color Hex Logo

#a442cd Color Hex

#A442CD
(164,66,205)
0 Favorites   0 Comments

Color spaces of #a442cd

RGB 16466205
HSL0.780.580.53
HSV282°68°80°
CMYK 0.200.680.00   0.20
XYZ28.277516.196759.3935
Yxy16.19670.27220.1559
Hunter Lab40.245154.9908-59.3282
CIE-Lab47.231561.2385-54.3943

#a442cd color RGB value is (164,66,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01000010 11001101
Octal 244 102 315
Decimal 164 66 205
Hex A4 42 CD

RGB Percentages of Color #a442cd

%37.70
%15.17
%47.13

CMYK Percentages of Color #a442cd

%20
%68
%0
%20

Triadic Colors of #a442cd

#a442cd #cda442 #42cda4

Analogous Colors of #a442cd

#a442cd #cd42b1 #5f42cd

Monochromatic Colors of #a442cd

#a442cd

Complementary Color

#a442cd #6bcd42

#a442cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a442cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a442cd Color CSS Codes

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

#a442cd Text Font Color

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

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


#a442cd Background Color

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

This div background color is #a442cd


#a442cd Border Color

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

This div border color is #a442cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a442cd


Comments

No comments written yet.

Please login to write comment.