Color Hex Logo

#af066f Color Hex

#AF066F
(175,6,111)
0 Favorites   0 Comments

Color spaces of #af066f

RGB 1756111
HSL0.900.930.35
HSV323°97°69°
CMYK 0.000.970.37   0.31
XYZ20.613610.391915.9583
Yxy10.39190.43890.2213
Hunter Lab32.236557.7279-6.7853
CIE-Lab38.536865.3335-11.4192

#af066f color RGB value is (175,6,111).

#af066f hex color red value is 175, green value is 6 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #af066f hue: 0.90 , saturation: 0.93 and the lightness value of af066f is 0.35.

The process color (four color CMYK) of #af066f color hex is 0.00, 0.97, 0.37, 0.31. Web safe color of #af066f is #990066. Color #af066f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00000110 01101111
Octal 257 6 157
Decimal 175 6 111
Hex AF 6 6F

RGB Percentages of Color #af066f

%59.93
%2.05
%38.01

CMYK Percentages of Color #af066f

%0
%97
%37
%31

Triadic Colors of #af066f

#af066f #6faf06 #066faf

Analogous Colors of #af066f

#af066f #af061a #9b06af

Monochromatic Colors of #af066f

#af066f

Complementary Color

#af066f #06af46

#af066f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af066f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af066f Color CSS Codes

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

#af066f Text Font Color

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

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


#af066f Background Color

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

This div background color is #af066f


#af066f Border Color

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

This div border color is #af066f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af066f


Comments

No comments written yet.

Please login to write comment.