Color Hex Logo

#af907e Color Hex

#AF907E
(175,144,126)
0 Favorites   0 Comments

Color spaces of #af907e

RGB 175144126
HSL0.060.230.59
HSV22°28°69°
CMYK 0.000.180.28   0.31
XYZ31.418430.566823.9827
Yxy30.56680.36550.3556
Hunter Lab55.28724.684512.9820
CIE-Lab62.14028.904013.9405

#af907e color RGB value is (175,144,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010000 01111110
Octal 257 220 176
Decimal 175 144 126
Hex AF 90 7E

RGB Percentages of Color #af907e

%39.33
%32.36
%28.31

CMYK Percentages of Color #af907e

%0
%18
%28
%31

Triadic Colors of #af907e

#af907e #7eaf90 #907eaf

Analogous Colors of #af907e

#af907e #afa97e #af7e85

Monochromatic Colors of #af907e

#af907e

Complementary Color

#af907e #7e9daf

#af907e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af907e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af907e Color CSS Codes

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

#af907e Text Font Color

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

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


#af907e Background Color

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

This div background color is #af907e


#af907e Border Color

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

This div border color is #af907e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af907e


Comments

No comments written yet.

Please login to write comment.