Color Hex Logo

#a347cd Color Hex

#A347CD
(163,71,205)
0 Favorites   0 Comments

Color spaces of #a347cd

RGB 16371205
HSL0.780.570.54
HSV281°65°80°
CMYK 0.200.650.00   0.20
XYZ28.376916.700859.4856
Yxy16.70080.27140.1597
Hunter Lab40.866652.4300-57.6961
CIE-Lab47.880858.8304-53.3592

#a347cd color RGB value is (163,71,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01000111 11001101
Octal 243 107 315
Decimal 163 71 205
Hex A3 47 CD

RGB Percentages of Color #a347cd

%37.13
%16.17
%46.70

CMYK Percentages of Color #a347cd

%20
%65
%0
%20

Triadic Colors of #a347cd

#a347cd #cda347 #47cda3

Analogous Colors of #a347cd

#a347cd #cd47b4 #6047cd

Monochromatic Colors of #a347cd

#a347cd

Complementary Color

#a347cd #71cd47

#a347cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a347cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a347cd Color CSS Codes

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

#a347cd Text Font Color

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

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


#a347cd Background Color

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

This div background color is #a347cd


#a347cd Border Color

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

This div border color is #a347cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a347cd


Comments

No comments written yet.

Please login to write comment.