Color Hex Logo

#a549cd Color Hex

#A549CD
(165,73,205)
0 Favorites   0 Comments

Color spaces of #a549cd

RGB 16573205
HSL0.780.570.55
HSV282°64°80°
CMYK 0.200.640.00   0.20
XYZ28.919017.172259.5480
Yxy17.17220.27380.1626
Hunter Lab41.439452.0497-56.1917
CIE-Lab48.476358.3784-52.3897

#a549cd color RGB value is (165,73,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01001001 11001101
Octal 245 111 315
Decimal 165 73 205
Hex A5 49 CD

RGB Percentages of Color #a549cd

%37.25
%16.48
%46.28

CMYK Percentages of Color #a549cd

%20
%64
%0
%20

Triadic Colors of #a549cd

#a549cd #cda549 #49cda5

Analogous Colors of #a549cd

#a549cd #cd49b3 #6349cd

Monochromatic Colors of #a549cd

#a549cd

Complementary Color

#a549cd #71cd49

#a549cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a549cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a549cd Color CSS Codes

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

#a549cd Text Font Color

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

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


#a549cd Background Color

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

This div background color is #a549cd


#a549cd Border Color

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

This div border color is #a549cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a549cd


Comments

No comments written yet.

Please login to write comment.