Color Hex Logo

#af689e Color Hex

#AF689E
(175,104,158)
0 Favorites   0 Comments

Color spaces of #af689e

RGB 175104158
HSL0.870.310.55
HSV314°41°69°
CMYK 0.000.410.10   0.31
XYZ28.801121.483234.9764
Yxy21.48320.33780.2520
Hunter Lab46.350029.8045-12.2962
CIE-Lab53.474336.3774-17.1897

#af689e color RGB value is (175,104,158).

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

The process color (four color CMYK) of #af689e color hex is 0.00, 0.41, 0.10, 0.31. Web safe color of #af689e is #996699. Color #af689e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01101000 10011110
Octal 257 150 236
Decimal 175 104 158
Hex AF 68 9E

RGB Percentages of Color #af689e

%40.05
%23.80
%36.16

CMYK Percentages of Color #af689e

%0
%41
%10
%31

Triadic Colors of #af689e

#af689e #9eaf68 #689eaf

Analogous Colors of #af689e

#af689e #af687b #9d68af

Monochromatic Colors of #af689e

#af689e

Complementary Color

#af689e #68af79

#af689e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af689e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af689e Color CSS Codes

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

#af689e Text Font Color

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

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


#af689e Background Color

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

This div background color is #af689e


#af689e Border Color

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

This div border color is #af689e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af689e


Comments

No comments written yet.

Please login to write comment.