Color Hex Logo

#af188d Color Hex

#AF188D
(175,24,141)
0 Favorites   0 Comments

Color spaces of #af188d

RGB 17524141
HSL0.870.760.39
HSV314°86°69°
CMYK 0.000.860.19   0.31
XYZ22.813511.690326.2534
Yxy11.69030.37550.1924
Hunter Lab34.191159.2671-21.5917
CIE-Lab40.719666.2523-26.6892

#af188d color RGB value is (175,24,141).

#af188d hex color red value is 175, green value is 24 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #af188d hue: 0.87 , saturation: 0.76 and the lightness value of af188d is 0.39.

The process color (four color CMYK) of #af188d color hex is 0.00, 0.86, 0.19, 0.31. Web safe color of #af188d is #990099. Color #af188d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00011000 10001101
Octal 257 30 215
Decimal 175 24 141
Hex AF 18 8D

RGB Percentages of Color #af188d

%51.47
%7.06
%41.47

CMYK Percentages of Color #af188d

%0
%86
%19
%31

Triadic Colors of #af188d

#af188d #8daf18 #188daf

Analogous Colors of #af188d

#af188d #af1841 #8618af

Monochromatic Colors of #af188d

#af188d

Complementary Color

#af188d #18af3a

#af188d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af188d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af188d Color CSS Codes

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

#af188d Text Font Color

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

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


#af188d Background Color

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

This div background color is #af188d


#af188d Border Color

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

This div border color is #af188d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af188d


Comments

No comments written yet.

Please login to write comment.