Color Hex Logo

#af717d Color Hex

#AF717D
(175,113,125)
0 Favorites   0 Comments

Color spaces of #af717d

RGB 175113125
HSL0.970.280.56
HSV348°35°69°
CMYK 0.000.350.29   0.31
XYZ27.286022.404922.2885
Yxy22.40490.37910.3113
Hunter Lab47.333820.06375.2153
CIE-Lab54.454026.15933.6023

#af717d color RGB value is (175,113,125).

#af717d hex color red value is 175, green value is 113 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #af717d hue: 0.97 , saturation: 0.28 and the lightness value of af717d is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01110001 01111101
Octal 257 161 175
Decimal 175 113 125
Hex AF 71 7D

RGB Percentages of Color #af717d

%42.37
%27.36
%30.27

CMYK Percentages of Color #af717d

%0
%35
%29
%31

Triadic Colors of #af717d

#af717d #7daf71 #717daf

Analogous Colors of #af717d

#af717d #af8471 #af719c

Monochromatic Colors of #af717d

#af717d

Complementary Color

#af717d #71afa3

#af717d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af717d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af717d Color CSS Codes

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

#af717d Text Font Color

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

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


#af717d Background Color

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

This div background color is #af717d


#af717d Border Color

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

This div border color is #af717d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af717d


Comments

No comments written yet.

Please login to write comment.