Color Hex Logo

#af847d Color Hex

#AF847D
(175,132,125)
0 Favorites   0 Comments

Color spaces of #af847d

RGB 175132125
HSL0.020.240.59
HSV29°69°
CMYK 0.000.250.29   0.31
XYZ29.632127.097223.0705
Yxy27.09720.37130.3396
Hunter Lab52.055010.514310.1615
CIE-Lab59.064215.482610.1882

#af847d color RGB value is (175,132,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000100 01111101
Octal 257 204 175
Decimal 175 132 125
Hex AF 84 7D

RGB Percentages of Color #af847d

%40.51
%30.56
%28.94

CMYK Percentages of Color #af847d

%0
%25
%29
%31

Triadic Colors of #af847d

#af847d #7daf84 #847daf

Analogous Colors of #af847d

#af847d #af9d7d #af7d8f

Monochromatic Colors of #af847d

#af847d

Complementary Color

#af847d #7da8af

#af847d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af847d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af847d Color CSS Codes

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

#af847d Text Font Color

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

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


#af847d Background Color

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

This div background color is #af847d


#af847d Border Color

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

This div border color is #af847d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af847d

#af847d Color Palettes


Comments

No comments written yet.

Please login to write comment.