Color Hex Logo

#af907c Color Hex

#AF907C
(175,144,124)
0 Favorites   0 Comments

Color spaces of #af907c

RGB 175144124
HSL0.070.240.59
HSV24°29°69°
CMYK 0.000.180.29   0.31
XYZ31.290530.515723.3097
Yxy30.51570.36760.3585
Hunter Lab55.24104.437013.6505
CIE-Lab62.09678.622015.0060

#af907c color RGB value is (175,144,124).

#af907c hex color red value is 175, green value is 144 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #af907c hue: 0.07 , saturation: 0.24 and the lightness value of af907c is 0.59.

The process color (four color CMYK) of #af907c color hex is 0.00, 0.18, 0.29, 0.31. Web safe color of #af907c is #999966. Color #af907c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010000 01111100
Octal 257 220 174
Decimal 175 144 124
Hex AF 90 7C

RGB Percentages of Color #af907c

%39.50
%32.51
%27.99

CMYK Percentages of Color #af907c

%0
%18
%29
%31

Triadic Colors of #af907c

#af907c #7caf90 #907caf

Analogous Colors of #af907c

#af907c #afaa7c #af7c82

Monochromatic Colors of #af907c

#af907c

Complementary Color

#af907c #7c9baf

#af907c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af907c Color Preview on White Background

Lorem ipsum dolor sit amet.

#af907c Color CSS Codes

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

#af907c Text Font Color

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

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


#af907c Background Color

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

This div background color is #af907c


#af907c Border Color

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

This div border color is #af907c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af907c


Comments

No comments written yet.

Please login to write comment.