Color Hex Logo

#a446cd Color Hex

#A446CD
(164,70,205)
0 Favorites   0 Comments

Color spaces of #a446cd

RGB 16470205
HSL0.780.570.54
HSV282°66°80°
CMYK 0.200.660.00   0.20
XYZ28.519416.680659.4741
Yxy16.68060.27250.1594
Hunter Lab40.841953.1711-57.7490
CIE-Lab47.855059.5000-53.3931

#a446cd color RGB value is (164,70,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01000110 11001101
Octal 244 106 315
Decimal 164 70 205
Hex A4 46 CD

RGB Percentages of Color #a446cd

%37.36
%15.95
%46.70

CMYK Percentages of Color #a446cd

%20
%66
%0
%20

Triadic Colors of #a446cd

#a446cd #cda446 #46cda4

Analogous Colors of #a446cd

#a446cd #cd46b3 #6146cd

Monochromatic Colors of #a446cd

#a446cd

Complementary Color

#a446cd #6fcd46

#a446cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a446cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a446cd Color CSS Codes

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

#a446cd Text Font Color

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

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


#a446cd Background Color

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

This div background color is #a446cd


#a446cd Border Color

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

This div border color is #a446cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a446cd


Comments

No comments written yet.

Please login to write comment.