Color Hex Logo

#a871bd Color Hex

#A871BD
(168,113,189)
0 Favorites   0 Comments

Color spaces of #a871bd

RGB 168113189
HSL0.790.370.59
HSV283°40°74°
CMYK 0.110.400.00   0.26
XYZ31.238923.809251.0933
Yxy23.80920.29430.2243
Hunter Lab48.794728.8870-27.9268
CIE-Lab55.896335.1580-31.4577

#a871bd color RGB value is (168,113,189).

#a871bd hex color red value is 168, green value is 113 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a871bd hue: 0.79 , saturation: 0.37 and the lightness value of a871bd is 0.59.

The process color (four color CMYK) of #a871bd color hex is 0.11, 0.40, 0.00, 0.26. Web safe color of #a871bd is #9966cc. Color #a871bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01110001 10111101
Octal 250 161 275
Decimal 168 113 189
Hex A8 71 BD

RGB Percentages of Color #a871bd

%35.74
%24.04
%40.21

CMYK Percentages of Color #a871bd

%11
%40
%0
%26

Triadic Colors of #a871bd

#a871bd #bda871 #71bda8

Analogous Colors of #a871bd

#a871bd #bd71ac #8271bd

Monochromatic Colors of #a871bd

#a871bd

Complementary Color

#a871bd #86bd71

#a871bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a871bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a871bd Color CSS Codes

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

#a871bd Text Font Color

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

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


#a871bd Background Color

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

This div background color is #a871bd


#a871bd Border Color

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

This div border color is #a871bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,113,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a871bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a871bd


Comments

No comments written yet.

Please login to write comment.