Color Hex Logo

#af82ab Color Hex

#AF82AB
(175,130,171)
0 Favorites   0 Comments

Color spaces of #af82ab

RGB 175130171
HSL0.850.220.60
HSV305°26°69°
CMYK 0.000.260.02   0.31
XYZ33.012528.019542.1964
Yxy28.01950.31980.2714
Hunter Lab52.933418.6899-10.2102
CIE-Lab59.906424.2835-14.9418

#af82ab color RGB value is (175,130,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000010 10101011
Octal 257 202 253
Decimal 175 130 171
Hex AF 82 AB

RGB Percentages of Color #af82ab

%36.76
%27.31
%35.92

CMYK Percentages of Color #af82ab

%0
%26
%2
%31

Triadic Colors of #af82ab

#af82ab #abaf82 #82abaf

Analogous Colors of #af82ab

#af82ab #af8295 #9d82af

Monochromatic Colors of #af82ab

#af82ab

Complementary Color

#af82ab #82af86

#af82ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af82ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#af82ab Color CSS Codes

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

#af82ab Text Font Color

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

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


#af82ab Background Color

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

This div background color is #af82ab


#af82ab Border Color

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

This div border color is #af82ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af82ab


Comments

No comments written yet.

Please login to write comment.