Color Hex Logo

#af719b Color Hex

#AF719B
(175,113,155)
0 Favorites   0 Comments

Color spaces of #af719b

RGB 175113155
HSL0.890.280.56
HSV319°35°69°
CMYK 0.000.350.11   0.31
XYZ29.500723.290833.9511
Yxy23.29080.34010.2685
Hunter Lab48.260524.6575-7.9279
CIE-Lab55.370630.9013-12.5685

#af719b color RGB value is (175,113,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01110001 10011011
Octal 257 161 233
Decimal 175 113 155
Hex AF 71 9B

RGB Percentages of Color #af719b

%39.50
%25.51
%34.99

CMYK Percentages of Color #af719b

%0
%35
%11
%31

Triadic Colors of #af719b

#af719b #9baf71 #719baf

Analogous Colors of #af719b

#af719b #af717c #a471af

Monochromatic Colors of #af719b

#af719b

Complementary Color

#af719b #71af85

#af719b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af719b Color Preview on White Background

Lorem ipsum dolor sit amet.

#af719b Color CSS Codes

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

#af719b Text Font Color

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

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


#af719b Background Color

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

This div background color is #af719b


#af719b Border Color

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

This div border color is #af719b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af719b


Comments

No comments written yet.

Please login to write comment.