Color Hex Logo

#a545cd Color Hex

#A545CD
(165,69,205)
0 Favorites   0 Comments

Color spaces of #a545cd

RGB 16569205
HSL0.780.580.54
HSV282°66°80°
CMYK 0.200.660.00   0.20
XYZ28.664616.663459.4632
Yxy16.66340.27350.1590
Hunter Lab40.820853.9072-57.7924
CIE-Lab47.833160.1617-53.4210

#a545cd color RGB value is (165,69,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01000101 11001101
Octal 245 105 315
Decimal 165 69 205
Hex A5 45 CD

RGB Percentages of Color #a545cd

%37.59
%15.72
%46.70

CMYK Percentages of Color #a545cd

%20
%66
%0
%20

Triadic Colors of #a545cd

#a545cd #cda545 #45cda5

Analogous Colors of #a545cd

#a545cd #cd45b1 #6145cd

Monochromatic Colors of #a545cd

#a545cd

Complementary Color

#a545cd #6dcd45

#a545cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a545cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a545cd Color CSS Codes

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

#a545cd Text Font Color

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

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


#a545cd Background Color

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

This div background color is #a545cd


#a545cd Border Color

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

This div border color is #a545cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a545cd


Comments

No comments written yet.

Please login to write comment.