Color Hex Logo

#af809c Color Hex

#AF809C
(175,128,156)
0 Favorites   0 Comments

Color spaces of #af809c

RGB 175128156
HSL0.900.230.59
HSV324°27°69°
CMYK 0.000.270.11   0.31
XYZ31.399126.952634.9999
Yxy26.95260.33640.2887
Hunter Lab51.915917.1053-3.6301
CIE-Lab58.930422.6685-7.8133

#af809c color RGB value is (175,128,156).

#af809c hex color red value is 175, green value is 128 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #af809c hue: 0.90 , saturation: 0.23 and the lightness value of af809c is 0.59.

The process color (four color CMYK) of #af809c color hex is 0.00, 0.27, 0.11, 0.31. Web safe color of #af809c is #999999. Color #af809c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000000 10011100
Octal 257 200 234
Decimal 175 128 156
Hex AF 80 9C

RGB Percentages of Color #af809c

%38.13
%27.89
%33.99

CMYK Percentages of Color #af809c

%0
%27
%11
%31

Triadic Colors of #af809c

#af809c #9caf80 #809caf

Analogous Colors of #af809c

#af809c #af8085 #ab80af

Monochromatic Colors of #af809c

#af809c

Complementary Color

#af809c #80af93

#af809c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af809c Color Preview on White Background

Lorem ipsum dolor sit amet.

#af809c Color CSS Codes

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

#af809c Text Font Color

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

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


#af809c Background Color

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

This div background color is #af809c


#af809c Border Color

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

This div border color is #af809c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af809c


Comments

No comments written yet.

Please login to write comment.