Color Hex Logo

#a847cd Color Hex

#A847CD
(168,71,205)
0 Favorites   0 Comments

Color spaces of #a847cd

RGB 16871205
HSL0.790.570.54
HSV283°65°80°
CMYK 0.180.650.00   0.20
XYZ29.421117.239159.5344
Yxy17.23910.27700.1623
Hunter Lab41.520053.8252-55.9503
CIE-Lab48.559959.9530-52.2331

#a847cd color RGB value is (168,71,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01000111 11001101
Octal 250 107 315
Decimal 168 71 205
Hex A8 47 CD

RGB Percentages of Color #a847cd

%37.84
%15.99
%46.17

CMYK Percentages of Color #a847cd

%18
%65
%0
%20

Triadic Colors of #a847cd

#a847cd #cda847 #47cda8

Analogous Colors of #a847cd

#a847cd #cd47af #6547cd

Monochromatic Colors of #a847cd

#a847cd

Complementary Color

#a847cd #6ccd47

#a847cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a847cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a847cd Color CSS Codes

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

#a847cd Text Font Color

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

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


#a847cd Background Color

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

This div background color is #a847cd


#a847cd Border Color

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

This div border color is #a847cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a847cd


Comments

No comments written yet.

Please login to write comment.