Color Hex Logo

#af156f Color Hex

#AF156F
(175,21,111)
0 Favorites   0 Comments

Color spaces of #af156f

RGB 17521111
HSL0.900.790.38
HSV325°88°69°
CMYK 0.000.880.37   0.31
XYZ20.816610.798016.0260
Yxy10.79800.43700.2267
Hunter Lab32.860355.5720-5.9136
CIE-Lab39.238163.2934-10.3588

#af156f color RGB value is (175,21,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00010101 01101111
Octal 257 25 157
Decimal 175 21 111
Hex AF 15 6F

RGB Percentages of Color #af156f

%57.00
%6.84
%36.16

CMYK Percentages of Color #af156f

%0
%88
%37
%31

Triadic Colors of #af156f

#af156f #6faf15 #156faf

Analogous Colors of #af156f

#af156f #af1522 #a215af

Monochromatic Colors of #af156f

#af156f

Complementary Color

#af156f #15af55

#af156f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af156f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af156f Color CSS Codes

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

#af156f Text Font Color

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

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


#af156f Background Color

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

This div background color is #af156f


#af156f Border Color

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

This div border color is #af156f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af156f


Comments

No comments written yet.

Please login to write comment.