Color Hex Logo

#af838c Color Hex

#AF838C
(175,131,140)
0 Favorites   0 Comments

Color spaces of #af838c

RGB 175131140
HSL0.970.220.60
HSV348°25°69°
CMYK 0.000.250.20   0.31
XYZ30.529127.240028.4597
Yxy27.24000.35400.3159
Hunter Lab52.192013.07574.2042
CIE-Lab59.195818.30231.7726

#af838c color RGB value is (175,131,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000011 10001100
Octal 257 203 214
Decimal 175 131 140
Hex AF 83 8C

RGB Percentages of Color #af838c

%39.24
%29.37
%31.39

CMYK Percentages of Color #af838c

%0
%25
%20
%31

Triadic Colors of #af838c

#af838c #8caf83 #838caf

Analogous Colors of #af838c

#af838c #af9083 #af83a2

Monochromatic Colors of #af838c

#af838c

Complementary Color

#af838c #83afa6

#af838c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af838c Color Preview on White Background

Lorem ipsum dolor sit amet.

#af838c Color CSS Codes

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

#af838c Text Font Color

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

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


#af838c Background Color

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

This div background color is #af838c


#af838c Border Color

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

This div border color is #af838c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af838c


Comments

No comments written yet.

Please login to write comment.