Color Hex Logo

#af699e Color Hex

#AF699E
(175,105,158)
0 Favorites   0 Comments

Color spaces of #af699e

RGB 175105158
HSL0.870.300.55
HSV315°40°69°
CMYK 0.000.400.10   0.31
XYZ28.902321.685735.0102
Yxy21.68570.33770.2533
Hunter Lab46.567929.2919-11.9773
CIE-Lab53.691935.8324-16.8586

#af699e color RGB value is (175,105,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01101001 10011110
Octal 257 151 236
Decimal 175 105 158
Hex AF 69 9E

RGB Percentages of Color #af699e

%39.95
%23.97
%36.07

CMYK Percentages of Color #af699e

%0
%40
%10
%31

Triadic Colors of #af699e

#af699e #9eaf69 #699eaf

Analogous Colors of #af699e

#af699e #af697b #9d69af

Monochromatic Colors of #af699e

#af699e

Complementary Color

#af699e #69af7a

#af699e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af699e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af699e Color CSS Codes

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

#af699e Text Font Color

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

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


#af699e Background Color

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

This div background color is #af699e


#af699e Border Color

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

This div border color is #af699e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af699e


Comments

No comments written yet.

Please login to write comment.