Color Hex Logo

#af097f Color Hex

#AF097F
(175,9,127)
0 Favorites   0 Comments

Color spaces of #af097f

RGB 1759127
HSL0.880.900.36
HSV317°95°69°
CMYK 0.000.950.27   0.31
XYZ21.607610.841621.0325
Yxy10.84160.40400.2027
Hunter Lab32.926659.5165-14.8240
CIE-Lab39.312466.7434-20.2469

#af097f color RGB value is (175,9,127).

#af097f hex color red value is 175, green value is 9 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #af097f hue: 0.88 , saturation: 0.90 and the lightness value of af097f is 0.36.

The process color (four color CMYK) of #af097f color hex is 0.00, 0.95, 0.27, 0.31. Web safe color of #af097f is #990066. Color #af097f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00001001 01111111
Octal 257 11 177
Decimal 175 9 127
Hex AF 9 7F

RGB Percentages of Color #af097f

%56.27
%2.89
%40.84

CMYK Percentages of Color #af097f

%0
%95
%27
%31

Triadic Colors of #af097f

#af097f #7faf09 #097faf

Analogous Colors of #af097f

#af097f #af092c #8c09af

Monochromatic Colors of #af097f

#af097f

Complementary Color

#af097f #09af39

#af097f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af097f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af097f Color CSS Codes

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

#af097f Text Font Color

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

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


#af097f Background Color

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

This div background color is #af097f


#af097f Border Color

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

This div border color is #af097f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af097f


Comments

No comments written yet.

Please login to write comment.