Color Hex Logo

#af787d Color Hex

#AF787D
(175,120,125)
0 Favorites   0 Comments

Color spaces of #af787d

RGB 175120125
HSL0.980.260.58
HSV355°31°69°
CMYK 0.000.310.29   0.31
XYZ28.097324.027622.5589
Yxy24.02760.37620.3217
Hunter Lab49.018016.53557.0263
CIE-Lab56.115422.23535.9921

#af787d color RGB value is (175,120,125).

#af787d hex color red value is 175, green value is 120 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #af787d hue: 0.98 , saturation: 0.26 and the lightness value of af787d is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01111000 01111101
Octal 257 170 175
Decimal 175 120 125
Hex AF 78 7D

RGB Percentages of Color #af787d

%41.67
%28.57
%29.76

CMYK Percentages of Color #af787d

%0
%31
%29
%31

Triadic Colors of #af787d

#af787d #7daf78 #787daf

Analogous Colors of #af787d

#af787d #af8f78 #af7899

Monochromatic Colors of #af787d

#af787d

Complementary Color

#af787d #78afaa

#af787d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af787d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af787d Color CSS Codes

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

#af787d Text Font Color

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

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


#af787d Background Color

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

This div background color is #af787d


#af787d Border Color

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

This div border color is #af787d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,120,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 #af787d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af787d


Comments

No comments written yet.

Please login to write comment.