Color Hex Logo

#af657d Color Hex

#AF657D
(175,101,125)
0 Favorites   0 Comments

Color spaces of #af657d

RGB 175101125
HSL0.950.320.54
HSV341°42°69°
CMYK 0.000.420.29   0.31
XYZ26.034519.902021.8713
Yxy19.90200.38390.2935
Hunter Lab44.611726.09872.1607
CIE-Lab51.726232.7950-0.3606

#af657d color RGB value is (175,101,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01100101 01111101
Octal 257 145 175
Decimal 175 101 125
Hex AF 65 7D

RGB Percentages of Color #af657d

%43.64
%25.19
%31.17

CMYK Percentages of Color #af657d

%0
%42
%29
%31

Triadic Colors of #af657d

#af657d #7daf65 #657daf

Analogous Colors of #af657d

#af657d #af7265 #af65a2

Monochromatic Colors of #af657d

#af657d

Complementary Color

#af657d #65af97

#af657d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af657d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af657d Color CSS Codes

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

#af657d Text Font Color

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

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


#af657d Background Color

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

This div background color is #af657d


#af657d Border Color

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

This div border color is #af657d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af657d


Comments

No comments written yet.

Please login to write comment.