Color Hex Logo

#a543cd Color Hex

#A543CD
(165,67,205)
0 Favorites   0 Comments

Color spaces of #a543cd

RGB 16567205
HSL0.790.580.53
HSV283°67°80°
CMYK 0.200.670.00   0.20
XYZ28.543616.421459.4228
Yxy16.42140.27340.1573
Hunter Lab40.523354.8150-58.5756
CIE-Lab47.522661.0277-53.9193

#a543cd color RGB value is (165,67,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01000011 11001101
Octal 245 103 315
Decimal 165 67 205
Hex A5 43 CD

RGB Percentages of Color #a543cd

%37.76
%15.33
%46.91

CMYK Percentages of Color #a543cd

%20
%67
%0
%20

Triadic Colors of #a543cd

#a543cd #cda543 #43cda5

Analogous Colors of #a543cd

#a543cd #cd43b0 #6043cd

Monochromatic Colors of #a543cd

#a543cd

Complementary Color

#a543cd #6bcd43

#a543cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a543cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a543cd Color CSS Codes

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

#a543cd Text Font Color

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

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


#a543cd Background Color

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

This div background color is #a543cd


#a543cd Border Color

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

This div border color is #a543cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a543cd


Comments

No comments written yet.

Please login to write comment.