Color Hex Logo

#af689d Color Hex

#AF689D
(175,104,157)
0 Favorites   0 Comments

Color spaces of #af689d

RGB 175104157
HSL0.880.310.55
HSV315°41°69°
CMYK 0.000.410.10   0.31
XYZ28.715321.448934.5249
Yxy21.44890.33910.2533
Hunter Lab46.313029.6272-11.7798
CIE-Lab53.437336.2031-16.6615

#af689d color RGB value is (175,104,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01101000 10011101
Octal 257 150 235
Decimal 175 104 157
Hex AF 68 9D

RGB Percentages of Color #af689d

%40.14
%23.85
%36.01

CMYK Percentages of Color #af689d

%0
%41
%10
%31

Triadic Colors of #af689d

#af689d #9daf68 #689daf

Analogous Colors of #af689d

#af689d #af687a #9e68af

Monochromatic Colors of #af689d

#af689d

Complementary Color

#af689d #68af7a

#af689d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af689d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af689d Color CSS Codes

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

#af689d Text Font Color

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

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


#af689d Background Color

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

This div background color is #af689d


#af689d Border Color

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

This div border color is #af689d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af689d


Comments

No comments written yet.

Please login to write comment.