Color Hex Logo

#af687b Color Hex

#AF687B
(175,104,123)
0 Favorites   0 Comments

Color spaces of #af687b

RGB 175104123
HSL0.960.310.55
HSV344°41°69°
CMYK 0.000.410.30   0.31
XYZ26.204720.444621.3040
Yxy20.44460.38560.3009
Hunter Lab45.215724.32193.7157
CIE-Lab52.336230.87191.7126

#af687b color RGB value is (175,104,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01101000 01111011
Octal 257 150 173
Decimal 175 104 123
Hex AF 68 7B

RGB Percentages of Color #af687b

%43.53
%25.87
%30.60

CMYK Percentages of Color #af687b

%0
%41
%30
%31

Triadic Colors of #af687b

#af687b #7baf68 #687baf

Analogous Colors of #af687b

#af687b #af7968 #af689f

Monochromatic Colors of #af687b

#af687b

Complementary Color

#af687b #68af9c

#af687b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af687b Color Preview on White Background

Lorem ipsum dolor sit amet.

#af687b Color CSS Codes

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

#af687b Text Font Color

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

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


#af687b Background Color

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

This div background color is #af687b


#af687b Border Color

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

This div border color is #af687b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af687b


Comments

No comments written yet.

Please login to write comment.