Color Hex Logo

#af719f Color Hex

#AF719F
(175,113,159)
0 Favorites   0 Comments

Color spaces of #af719f

RGB 175113159
HSL0.880.280.56
HSV315°35°69°
CMYK 0.000.350.09   0.31
XYZ29.842323.427435.7500
Yxy23.42740.33520.2632
Hunter Lab48.401925.3514-9.9108
CIE-Lab55.509931.6027-14.6826

#af719f color RGB value is (175,113,159).

#af719f hex color red value is 175, green value is 113 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #af719f hue: 0.88 , saturation: 0.28 and the lightness value of af719f is 0.56.

The process color (four color CMYK) of #af719f color hex is 0.00, 0.35, 0.09, 0.31. Web safe color of #af719f is #996699. Color #af719f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01110001 10011111
Octal 257 161 237
Decimal 175 113 159
Hex AF 71 9F

RGB Percentages of Color #af719f

%39.15
%25.28
%35.57

CMYK Percentages of Color #af719f

%0
%35
%9
%31

Triadic Colors of #af719f

#af719f #9faf71 #719faf

Analogous Colors of #af719f

#af719f #af7180 #a071af

Monochromatic Colors of #af719f

#af719f

Complementary Color

#af719f #71af81

#af719f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af719f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af719f Color CSS Codes

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

#af719f Text Font Color

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

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


#af719f Background Color

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

This div background color is #af719f


#af719f Border Color

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

This div border color is #af719f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af719f


Comments

No comments written yet.

Please login to write comment.