Color Hex Logo

#af159f Color Hex

#AF159F
(175,21,159)
0 Favorites   0 Comments

Color spaces of #af159f

RGB 17521159
HSL0.850.790.38
HSV306°88°69°
CMYK 0.000.880.09   0.31
XYZ24.205412.153533.8710
Yxy12.15350.34470.1731
Hunter Lab34.861962.9284-33.2015
CIE-Lab41.459169.2602-36.4472

#af159f color RGB value is (175,21,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00010101 10011111
Octal 257 25 237
Decimal 175 21 159
Hex AF 15 9F

RGB Percentages of Color #af159f

%49.30
%5.92
%44.79

CMYK Percentages of Color #af159f

%0
%88
%9
%31

Triadic Colors of #af159f

#af159f #9faf15 #159faf

Analogous Colors of #af159f

#af159f #af1552 #7215af

Monochromatic Colors of #af159f

#af159f

Complementary Color

#af159f #15af25

#af159f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af159f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af159f Color CSS Codes

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

#af159f Text Font Color

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

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


#af159f Background Color

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

This div background color is #af159f


#af159f Border Color

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

This div border color is #af159f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af159f


Comments

No comments written yet.

Please login to write comment.