Color Hex Logo

#af189f Color Hex

#AF189F
(175,24,159)
0 Favorites   0 Comments

Color spaces of #af189f

RGB 17524159
HSL0.850.760.39
HSV306°86°69°
CMYK 0.000.860.09   0.31
XYZ24.263812.270433.8905
Yxy12.27040.34450.1742
Hunter Lab35.029162.3415-32.8424
CIE-Lab41.642768.7233-36.1566

#af189f color RGB value is (175,24,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00011000 10011111
Octal 257 30 237
Decimal 175 24 159
Hex AF 18 9F

RGB Percentages of Color #af189f

%48.88
%6.70
%44.41

CMYK Percentages of Color #af189f

%0
%86
%9
%31

Triadic Colors of #af189f

#af189f #9faf18 #189faf

Analogous Colors of #af189f

#af189f #af1854 #7418af

Monochromatic Colors of #af189f

#af189f

Complementary Color

#af189f #18af28

#af189f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af189f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af189f Color CSS Codes

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

#af189f Text Font Color

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

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


#af189f Background Color

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

This div background color is #af189f


#af189f Border Color

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

This div border color is #af189f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af189f


Comments

No comments written yet.

Please login to write comment.