Color Hex Logo

#af768f Color Hex

#AF768F
(175,118,143)
0 Favorites   0 Comments

Color spaces of #af768f

RGB 175118143
HSL0.930.260.57
HSV334°33°69°
CMYK 0.000.330.18   0.31
XYZ29.115624.054029.0949
Yxy24.05400.35390.2924
Hunter Lab49.044920.1384-0.8412
CIE-Lab56.141826.0976-4.4372

#af768f color RGB value is (175,118,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01110110 10001111
Octal 257 166 217
Decimal 175 118 143
Hex AF 76 8F

RGB Percentages of Color #af768f

%40.14
%27.06
%32.80

CMYK Percentages of Color #af768f

%0
%33
%18
%31

Triadic Colors of #af768f

#af768f #8faf76 #768faf

Analogous Colors of #af768f

#af768f #af7a76 #af76ac

Monochromatic Colors of #af768f

#af768f

Complementary Color

#af768f #76af96

#af768f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af768f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af768f Color CSS Codes

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

#af768f Text Font Color

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

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


#af768f Background Color

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

This div background color is #af768f


#af768f Border Color

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

This div border color is #af768f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af768f


Comments

No comments written yet.

Please login to write comment.