Color Hex Logo

#af848f Color Hex

#AF848F
(175,132,143)
0 Favorites   0 Comments

Color spaces of #af848f

RGB 175132143
HSL0.960.210.60
HSV345°25°69°
CMYK 0.000.250.18   0.31
XYZ30.888427.599729.6859
Yxy27.59970.35030.3130
Hunter Lab52.535413.01283.2721
CIE-Lab59.525418.21990.5300

#af848f color RGB value is (175,132,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000100 10001111
Octal 257 204 217
Decimal 175 132 143
Hex AF 84 8F

RGB Percentages of Color #af848f

%38.89
%29.33
%31.78

CMYK Percentages of Color #af848f

%0
%25
%18
%31

Triadic Colors of #af848f

#af848f #8faf84 #848faf

Analogous Colors of #af848f

#af848f #af8f84 #af84a5

Monochromatic Colors of #af848f

#af848f

Complementary Color

#af848f #84afa4

#af848f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af848f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af848f Color CSS Codes

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

#af848f Text Font Color

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

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


#af848f Background Color

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

This div background color is #af848f


#af848f Border Color

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

This div border color is #af848f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af848f


Comments

No comments written yet.

Please login to write comment.