Color Hex Logo

#af097c Color Hex

#AF097C
(175,9,124)
0 Favorites   0 Comments

Color spaces of #af097c

RGB 1759124
HSL0.880.900.36
HSV318°95°69°
CMYK 0.000.950.29   0.31
XYZ21.415010.764620.0179
Yxy10.76460.41030.2062
Hunter Lab32.809459.0919-13.2078
CIE-Lab39.181166.3998-18.5834

#af097c color RGB value is (175,9,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00001001 01111100
Octal 257 11 174
Decimal 175 9 124
Hex AF 9 7C

RGB Percentages of Color #af097c

%56.82
%2.92
%40.26

CMYK Percentages of Color #af097c

%0
%95
%29
%31

Triadic Colors of #af097c

#af097c #7caf09 #097caf

Analogous Colors of #af097c

#af097c #af0929 #8f09af

Monochromatic Colors of #af097c

#af097c

Complementary Color

#af097c #09af3c

#af097c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af097c Color Preview on White Background

Lorem ipsum dolor sit amet.

#af097c Color CSS Codes

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

#af097c Text Font Color

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

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


#af097c Background Color

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

This div background color is #af097c


#af097c Border Color

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

This div border color is #af097c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af097c


Comments

No comments written yet.

Please login to write comment.