Color Hex Logo

#af069f Color Hex

#AF069F
(175,6,159)
0 Favorites   0 Comments

Color spaces of #af069f

RGB 1756159
HSL0.850.930.35
HSV306°97°69°
CMYK 0.000.970.09   0.31
XYZ24.002311.747433.8033
Yxy11.74740.34510.1689
Hunter Lab34.274565.0226-34.4828
CIE-Lab40.811871.1611-37.4728

#af069f color RGB value is (175,6,159).

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

The process color (four color CMYK) of #af069f color hex is 0.00, 0.97, 0.09, 0.31. Web safe color of #af069f is #990099. Color #af069f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00000110 10011111
Octal 257 6 237
Decimal 175 6 159
Hex AF 6 9F

RGB Percentages of Color #af069f

%51.47
%1.76
%46.76

CMYK Percentages of Color #af069f

%0
%97
%9
%31

Triadic Colors of #af069f

#af069f #9faf06 #069faf

Analogous Colors of #af069f

#af069f #af064b #6b06af

Monochromatic Colors of #af069f

#af069f

Complementary Color

#af069f #06af16

#af069f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af069f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af069f Color CSS Codes

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

#af069f Text Font Color

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

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


#af069f Background Color

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

This div background color is #af069f


#af069f Border Color

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

This div border color is #af069f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af069f


Comments

No comments written yet.

Please login to write comment.