Color Hex Logo

#a455cd Color Hex

#A455CD
(164,85,205)
0 Favorites   0 Comments

Color spaces of #a455cd

RGB 16485205
HSL0.780.550.57
HSV280°59°80°
CMYK 0.200.590.00   0.20
XYZ29.577818.797359.8269
Yxy18.79730.27340.1737
Hunter Lab43.355945.9018-51.4654
CIE-Lab50.449252.4089-49.2430

#a455cd color RGB value is (164,85,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01010101 11001101
Octal 244 125 315
Decimal 164 85 205
Hex A4 55 CD

RGB Percentages of Color #a455cd

%36.12
%18.72
%45.15

CMYK Percentages of Color #a455cd

%20
%59
%0
%20

Triadic Colors of #a455cd

#a455cd #cda455 #55cda4

Analogous Colors of #a455cd

#a455cd #cd55ba #6855cd

Monochromatic Colors of #a455cd

#a455cd

Complementary Color

#a455cd #7ecd55

#a455cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a455cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a455cd Color CSS Codes

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

#a455cd Text Font Color

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

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


#a455cd Background Color

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

This div background color is #a455cd


#a455cd Border Color

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

This div border color is #a455cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a455cd


Comments

No comments written yet.

Please login to write comment.