Color Hex Logo

#a454cd Color Hex

#A454CD
(164,84,205)
0 Favorites   0 Comments

Color spaces of #a454cd

RGB 16484205
HSL0.780.550.57
HSV280°59°80°
CMYK 0.200.590.00   0.20
XYZ29.499618.640959.8009
Yxy18.64090.27330.1727
Hunter Lab43.175146.4045-51.8987
CIE-Lab50.264452.9066-49.5379

#a454cd color RGB value is (164,84,205).

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

The process color (four color CMYK) of #a454cd color hex is 0.20, 0.59, 0.00, 0.20. Web safe color of #a454cd is #9966cc. Color #a454cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01010100 11001101
Octal 244 124 315
Decimal 164 84 205
Hex A4 54 CD

RGB Percentages of Color #a454cd

%36.20
%18.54
%45.25

CMYK Percentages of Color #a454cd

%20
%59
%0
%20

Triadic Colors of #a454cd

#a454cd #cda454 #54cda4

Analogous Colors of #a454cd

#a454cd #cd54ba #6854cd

Monochromatic Colors of #a454cd

#a454cd

Complementary Color

#a454cd #7dcd54

#a454cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a454cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a454cd Color CSS Codes

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

#a454cd Text Font Color

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

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


#a454cd Background Color

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

This div background color is #a454cd


#a454cd Border Color

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

This div border color is #a454cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a454cd


Comments

No comments written yet.

Please login to write comment.