Color Hex Logo

#a872af Color Hex

#A872AF
(168,114,175)
0 Favorites   0 Comments

Color spaces of #a872af

RGB 168114175
HSL0.810.280.57
HSV293°35°69°
CMYK 0.040.350.00   0.31
XYZ29.903623.454643.5085
Yxy23.45460.30870.2421
Hunter Lab48.429925.4644-19.3640
CIE-Lab55.537531.7160-23.9702

#a872af color RGB value is (168,114,175).

#a872af hex color red value is 168, green value is 114 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a872af hue: 0.81 , saturation: 0.28 and the lightness value of a872af is 0.57.

The process color (four color CMYK) of #a872af color hex is 0.04, 0.35, 0.00, 0.31. Web safe color of #a872af is #996699. Color #a872af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01110010 10101111
Octal 250 162 257
Decimal 168 114 175
Hex A8 72 AF

RGB Percentages of Color #a872af

%36.76
%24.95
%38.29

CMYK Percentages of Color #a872af

%4
%35
%0
%31

Triadic Colors of #a872af

#a872af #afa872 #72afa8

Analogous Colors of #a872af

#a872af #af7298 #8a72af

Monochromatic Colors of #a872af

#a872af

Complementary Color

#a872af #79af72

#a872af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a872af Color Preview on White Background

Lorem ipsum dolor sit amet.

#a872af Color CSS Codes

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

#a872af Text Font Color

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

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


#a872af Background Color

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

This div background color is #a872af


#a872af Border Color

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

This div border color is #a872af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a872af


Comments

No comments written yet.

Please login to write comment.