Color Hex Logo

#af158f Color Hex

#AF158F
(175,21,143)
0 Favorites   0 Comments

Color spaces of #af158f

RGB 17521143
HSL0.870.790.38
HSV312°88°69°
CMYK 0.000.880.18   0.31
XYZ22.905311.633527.0248
Yxy11.63350.37210.1890
Hunter Lab34.107960.1835-23.1018
CIE-Lab40.627667.0651-28.0553

#af158f color RGB value is (175,21,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00010101 10001111
Octal 257 25 217
Decimal 175 21 143
Hex AF 15 8F

RGB Percentages of Color #af158f

%51.62
%6.19
%42.18

CMYK Percentages of Color #af158f

%0
%88
%18
%31

Triadic Colors of #af158f

#af158f #8faf15 #158faf

Analogous Colors of #af158f

#af158f #af1542 #8215af

Monochromatic Colors of #af158f

#af158f

Complementary Color

#af158f #15af35

#af158f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af158f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af158f Color CSS Codes

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

#af158f Text Font Color

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

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


#af158f Background Color

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

This div background color is #af158f


#af158f Border Color

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

This div border color is #af158f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af158f


Comments

No comments written yet.

Please login to write comment.