Color Hex Logo

#a872bc Color Hex

#A872BC
(168,114,188)
0 Favorites   0 Comments

Color spaces of #a872bc

RGB 168114188
HSL0.790.360.59
HSV284°39°74°
CMYK 0.110.390.00   0.26
XYZ31.242923.990350.5609
Yxy23.99030.29530.2268
Hunter Lab48.979928.1453-26.9179
CIE-Lab56.078134.3890-30.6025

#a872bc color RGB value is (168,114,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01110010 10111100
Octal 250 162 274
Decimal 168 114 188
Hex A8 72 BC

RGB Percentages of Color #a872bc

%35.74
%24.26
%40.00

CMYK Percentages of Color #a872bc

%11
%39
%0
%26

Triadic Colors of #a872bc

#a872bc #bca872 #72bca8

Analogous Colors of #a872bc

#a872bc #bc72ab #8372bc

Monochromatic Colors of #a872bc

#a872bc

Complementary Color

#a872bc #86bc72

#a872bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a872bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a872bc Color CSS Codes

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

#a872bc Text Font Color

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

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


#a872bc Background Color

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

This div background color is #a872bc


#a872bc Border Color

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

This div border color is #a872bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a872bc


Comments

No comments written yet.

Please login to write comment.