Color Hex Logo

#af768e Color Hex

#AF768E
(175,118,142)
0 Favorites   0 Comments

Color spaces of #af768e

RGB 175118142
HSL0.930.260.57
HSV335°33°69°
CMYK 0.000.330.19   0.31
XYZ29.040124.023828.6977
Yxy24.02380.35520.2938
Hunter Lab49.014119.9839-0.4044
CIE-Lab56.111625.9362-3.9004

#af768e color RGB value is (175,118,142).

#af768e hex color red value is 175, green value is 118 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #af768e hue: 0.93 , saturation: 0.26 and the lightness value of af768e is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01110110 10001110
Octal 257 166 216
Decimal 175 118 142
Hex AF 76 8E

RGB Percentages of Color #af768e

%40.23
%27.13
%32.64

CMYK Percentages of Color #af768e

%0
%33
%19
%31

Triadic Colors of #af768e

#af768e #8eaf76 #768eaf

Analogous Colors of #af768e

#af768e #af7b76 #af76ab

Monochromatic Colors of #af768e

#af768e

Complementary Color

#af768e #76af97

#af768e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af768e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af768e Color CSS Codes

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

#af768e Text Font Color

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

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


#af768e Background Color

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

This div background color is #af768e


#af768e Border Color

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

This div border color is #af768e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af768e


Comments

No comments written yet.

Please login to write comment.