Color Hex Logo

#a547cd Color Hex

#A547CD
(165,71,205)
0 Favorites   0 Comments

Color spaces of #a547cd

RGB 16571205
HSL0.780.570.54
HSV282°65°80°
CMYK 0.200.650.00   0.20
XYZ28.789716.913659.5049
Yxy16.91360.27360.1608
Hunter Lab41.126152.9853-56.9976
CIE-Lab48.151059.2785-52.9111

#a547cd color RGB value is (165,71,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01000111 11001101
Octal 245 107 315
Decimal 165 71 205
Hex A5 47 CD

RGB Percentages of Color #a547cd

%37.41
%16.10
%46.49

CMYK Percentages of Color #a547cd

%20
%65
%0
%20

Triadic Colors of #a547cd

#a547cd #cda547 #47cda5

Analogous Colors of #a547cd

#a547cd #cd47b2 #6247cd

Monochromatic Colors of #a547cd

#a547cd

Complementary Color

#a547cd #6fcd47

#a547cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a547cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a547cd Color CSS Codes

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

#a547cd Text Font Color

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

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


#a547cd Background Color

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

This div background color is #a547cd


#a547cd Border Color

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

This div border color is #a547cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a547cd


Comments

No comments written yet.

Please login to write comment.