Color Hex Logo

#af657e Color Hex

#AF657E
(175,101,126)
0 Favorites   0 Comments

Color spaces of #af657e

RGB 175101126
HSL0.940.320.54
HSV340°42°69°
CMYK 0.000.420.28   0.31
XYZ26.098819.927722.2095
Yxy19.92770.38250.2920
Hunter Lab44.640526.23831.7504
CIE-Lab51.755432.9365-0.9111

#af657e color RGB value is (175,101,126).

#af657e hex color red value is 175, green value is 101 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #af657e hue: 0.94 , saturation: 0.32 and the lightness value of af657e is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01100101 01111110
Octal 257 145 176
Decimal 175 101 126
Hex AF 65 7E

RGB Percentages of Color #af657e

%43.53
%25.12
%31.34

CMYK Percentages of Color #af657e

%0
%42
%28
%31

Triadic Colors of #af657e

#af657e #7eaf65 #657eaf

Analogous Colors of #af657e

#af657e #af7165 #af65a3

Monochromatic Colors of #af657e

#af657e

Complementary Color

#af657e #65af96

#af657e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af657e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af657e Color CSS Codes

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

#af657e Text Font Color

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

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


#af657e Background Color

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

This div background color is #af657e


#af657e Border Color

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

This div border color is #af657e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af657e


Comments

No comments written yet.

Please login to write comment.