Color Hex Logo

#a871cd Color Hex

#A871CD
(168,113,205)
0 Favorites   0 Comments

Color spaces of #a871cd

RGB 168113205
HSL0.770.480.62
HSV276°45°80°
CMYK 0.180.450.00   0.20
XYZ33.073024.542960.7517
Yxy24.54290.27940.2073
Hunter Lab49.540832.4687-38.0286
CIE-Lab56.627338.6318-39.4309

#a871cd color RGB value is (168,113,205).

#a871cd hex color red value is 168, green value is 113 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a871cd hue: 0.77 , saturation: 0.48 and the lightness value of a871cd is 0.62.

The process color (four color CMYK) of #a871cd color hex is 0.18, 0.45, 0.00, 0.20. Web safe color of #a871cd is #9966cc. Color #a871cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01110001 11001101
Octal 250 161 315
Decimal 168 113 205
Hex A8 71 CD

RGB Percentages of Color #a871cd

%34.57
%23.25
%42.18

CMYK Percentages of Color #a871cd

%18
%45
%0
%20

Triadic Colors of #a871cd

#a871cd #cda871 #71cda8

Analogous Colors of #a871cd

#a871cd #cd71c4 #7a71cd

Monochromatic Colors of #a871cd

#a871cd

Complementary Color

#a871cd #96cd71

#a871cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a871cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a871cd Color CSS Codes

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

#a871cd Text Font Color

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

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


#a871cd Background Color

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

This div background color is #a871cd


#a871cd Border Color

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

This div border color is #a871cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a871cd


Comments

No comments written yet.

Please login to write comment.