Color Hex Logo

#af80ab Color Hex

#AF80AB
(175,128,171)
0 Favorites   0 Comments

Color spaces of #af80ab

RGB 175128171
HSL0.850.230.59
HSV305°27°69°
CMYK 0.000.270.02   0.31
XYZ32.749127.492642.1086
Yxy27.49260.32000.2686
Hunter Lab52.433419.7300-10.9117
CIE-Lab59.427525.4101-15.6662

#af80ab color RGB value is (175,128,171).

#af80ab hex color red value is 175, green value is 128 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #af80ab hue: 0.85 , saturation: 0.23 and the lightness value of af80ab is 0.59.

The process color (four color CMYK) of #af80ab color hex is 0.00, 0.27, 0.02, 0.31. Web safe color of #af80ab is #999999. Color #af80ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000000 10101011
Octal 257 200 253
Decimal 175 128 171
Hex AF 80 AB

RGB Percentages of Color #af80ab

%36.92
%27.00
%36.08

CMYK Percentages of Color #af80ab

%0
%27
%2
%31

Triadic Colors of #af80ab

#af80ab #abaf80 #80abaf

Analogous Colors of #af80ab

#af80ab #af8094 #9c80af

Monochromatic Colors of #af80ab

#af80ab

Complementary Color

#af80ab #80af84

#af80ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af80ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#af80ab Color CSS Codes

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

#af80ab Text Font Color

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

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


#af80ab Background Color

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

This div background color is #af80ab


#af80ab Border Color

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

This div border color is #af80ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af80ab


Comments

No comments written yet.

Please login to write comment.