Color Hex Logo

#af838e Color Hex

#AF838E
(175,131,142)
0 Favorites   0 Comments

Color spaces of #af838e

RGB 175131142
HSL0.960.220.60
HSV345°25°69°
CMYK 0.000.250.19   0.31
XYZ30.678027.299629.2436
Yxy27.29960.35170.3130
Hunter Lab52.249013.37053.3899
CIE-Lab59.250618.62180.7037

#af838e color RGB value is (175,131,142).

#af838e hex color red value is 175, green value is 131 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #af838e hue: 0.96 , saturation: 0.22 and the lightness value of af838e is 0.60.

The process color (four color CMYK) of #af838e color hex is 0.00, 0.25, 0.19, 0.31. Web safe color of #af838e is #999999. Color #af838e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000011 10001110
Octal 257 203 216
Decimal 175 131 142
Hex AF 83 8E

RGB Percentages of Color #af838e

%39.06
%29.24
%31.70

CMYK Percentages of Color #af838e

%0
%25
%19
%31

Triadic Colors of #af838e

#af838e #8eaf83 #838eaf

Analogous Colors of #af838e

#af838e #af8e83 #af83a4

Monochromatic Colors of #af838e

#af838e

Complementary Color

#af838e #83afa4

#af838e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af838e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af838e Color CSS Codes

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

#af838e Text Font Color

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

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


#af838e Background Color

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

This div background color is #af838e


#af838e Border Color

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

This div border color is #af838e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af838e


Comments

No comments written yet.

Please login to write comment.