Color Hex Logo

#af206f Color Hex

#AF206F
(175,32,111)
0 Favorites   0 Comments

Color spaces of #af206f

RGB 17532111
HSL0.910.690.41
HSV327°82°69°
CMYK 0.000.820.37   0.31
XYZ21.065011.294716.1088
Yxy11.29470.43460.2330
Hunter Lab33.607653.0693-4.8936
CIE-Lab40.072560.8913-9.1019

#af206f color RGB value is (175,32,111).

#af206f hex color red value is 175, green value is 32 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #af206f hue: 0.91 , saturation: 0.69 and the lightness value of af206f is 0.41.

The process color (four color CMYK) of #af206f color hex is 0.00, 0.82, 0.37, 0.31. Web safe color of #af206f is #993366. Color #af206f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00100000 01101111
Octal 257 40 157
Decimal 175 32 111
Hex AF 20 6F

RGB Percentages of Color #af206f

%55.03
%10.06
%34.91

CMYK Percentages of Color #af206f

%0
%82
%37
%31

Triadic Colors of #af206f

#af206f #6faf20 #206faf

Analogous Colors of #af206f

#af206f #af2027 #a820af

Monochromatic Colors of #af206f

#af206f

Complementary Color

#af206f #20af60

#af206f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af206f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af206f Color CSS Codes

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

#af206f Text Font Color

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

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


#af206f Background Color

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

This div background color is #af206f


#af206f Border Color

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

This div border color is #af206f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af206f


Comments

No comments written yet.

Please login to write comment.