Color Hex Logo

#af698e Color Hex

#AF698E
(175,105,142)
0 Favorites   0 Comments

Color spaces of #af698e

RGB 175105142
HSL0.910.300.55
HSV328°40°69°
CMYK 0.000.400.19   0.31
XYZ27.613321.170128.2220
Yxy21.17010.35860.2749
Hunter Lab46.011026.6068-4.1593
CIE-Lab53.135233.1576-8.3198

#af698e color RGB value is (175,105,142).

#af698e hex color red value is 175, green value is 105 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #af698e hue: 0.91 , saturation: 0.30 and the lightness value of af698e is 0.55.

The process color (four color CMYK) of #af698e color hex is 0.00, 0.40, 0.19, 0.31. Web safe color of #af698e is #996699. Color #af698e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01101001 10001110
Octal 257 151 216
Decimal 175 105 142
Hex AF 69 8E

RGB Percentages of Color #af698e

%41.47
%24.88
%33.65

CMYK Percentages of Color #af698e

%0
%40
%19
%31

Triadic Colors of #af698e

#af698e #8eaf69 #698eaf

Analogous Colors of #af698e

#af698e #af696b #ad69af

Monochromatic Colors of #af698e

#af698e

Complementary Color

#af698e #69af8a

#af698e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af698e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af698e Color CSS Codes

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

#af698e Text Font Color

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

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


#af698e Background Color

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

This div background color is #af698e


#af698e Border Color

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

This div border color is #af698e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af698e


Comments

No comments written yet.

Please login to write comment.