Color Hex Logo

#af687e Color Hex

#AF687E
(175,104,126)
0 Favorites   0 Comments

Color spaces of #af687e

RGB 175104126
HSL0.950.310.55
HSV341°41°69°
CMYK 0.000.410.28   0.31
XYZ26.395420.520922.3084
Yxy20.52090.38130.2964
Hunter Lab45.300024.73342.5121
CIE-Lab52.421131.29340.0623

#af687e color RGB value is (175,104,126).

#af687e hex color red value is 175, green value is 104 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #af687e hue: 0.95 , saturation: 0.31 and the lightness value of af687e is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01101000 01111110
Octal 257 150 176
Decimal 175 104 126
Hex AF 68 7E

RGB Percentages of Color #af687e

%43.21
%25.68
%31.11

CMYK Percentages of Color #af687e

%0
%41
%28
%31

Triadic Colors of #af687e

#af687e #7eaf68 #687eaf

Analogous Colors of #af687e

#af687e #af7668 #af68a2

Monochromatic Colors of #af687e

#af687e

Complementary Color

#af687e #68af99

#af687e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af687e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af687e Color CSS Codes

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

#af687e Text Font Color

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

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


#af687e Background Color

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

This div background color is #af687e


#af687e Border Color

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

This div border color is #af687e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af687e


Comments

No comments written yet.

Please login to write comment.