Color Hex Logo

#a872ba Color Hex

#A872BA
(168,114,186)
0 Favorites   0 Comments

Color spaces of #a872ba

RGB 168114186
HSL0.790.340.59
HSV285°39°73°
CMYK 0.100.390.00   0.27
XYZ31.028723.904649.4330
Yxy23.90460.29730.2290
Hunter Lab48.892327.7205-25.7210
CIE-Lab55.992233.9690-29.5904

#a872ba color RGB value is (168,114,186).

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

The process color (four color CMYK) of #a872ba color hex is 0.10, 0.39, 0.00, 0.27. Web safe color of #a872ba is #9966cc. Color #a872ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01110010 10111010
Octal 250 162 272
Decimal 168 114 186
Hex A8 72 BA

RGB Percentages of Color #a872ba

%35.90
%24.36
%39.74

CMYK Percentages of Color #a872ba

%10
%39
%0
%27

Triadic Colors of #a872ba

#a872ba #baa872 #72baa8

Analogous Colors of #a872ba

#a872ba #ba72a8 #8472ba

Monochromatic Colors of #a872ba

#a872ba

Complementary Color

#a872ba #84ba72

#a872ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a872ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a872ba Color CSS Codes

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

#a872ba Text Font Color

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

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


#a872ba Background Color

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

This div background color is #a872ba


#a872ba Border Color

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

This div border color is #a872ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a872ba


Comments

No comments written yet.

Please login to write comment.