Color Hex Logo

#af157d Color Hex

#AF157D
(175,21,125)
0 Favorites   0 Comments

Color spaces of #af157d

RGB 17521125
HSL0.890.790.38
HSV319°88°69°
CMYK 0.000.880.29   0.31
XYZ21.649011.131020.4095
Yxy11.13100.40700.2093
Hunter Lab33.363257.4413-12.9157
CIE-Lab39.800264.8354-18.2528

#af157d color RGB value is (175,21,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00010101 01111101
Octal 257 25 175
Decimal 175 21 125
Hex AF 15 7D

RGB Percentages of Color #af157d

%54.52
%6.54
%38.94

CMYK Percentages of Color #af157d

%0
%88
%29
%31

Triadic Colors of #af157d

#af157d #7daf15 #157daf

Analogous Colors of #af157d

#af157d #af1530 #9415af

Monochromatic Colors of #af157d

#af157d

Complementary Color

#af157d #15af47

#af157d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af157d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af157d Color CSS Codes

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

#af157d Text Font Color

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

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


#af157d Background Color

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

This div background color is #af157d


#af157d Border Color

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

This div border color is #af157d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af157d


Comments

No comments written yet.

Please login to write comment.