Color Hex Logo

#af188b Color Hex

#AF188B
(175,24,139)
0 Favorites   0 Comments

Color spaces of #af188b

RGB 17524139
HSL0.870.760.39
HSV314°86°69°
CMYK 0.000.860.21   0.31
XYZ22.666011.631325.4765
Yxy11.63130.37920.1946
Hunter Lab34.104758.9480-20.4169
CIE-Lab40.624065.9931-25.6138

#af188b color RGB value is (175,24,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00011000 10001011
Octal 257 30 213
Decimal 175 24 139
Hex AF 18 8B

RGB Percentages of Color #af188b

%51.78
%7.10
%41.12

CMYK Percentages of Color #af188b

%0
%86
%21
%31

Triadic Colors of #af188b

#af188b #8baf18 #188baf

Analogous Colors of #af188b

#af188b #af183f #8818af

Monochromatic Colors of #af188b

#af188b

Complementary Color

#af188b #18af3c

#af188b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af188b Color Preview on White Background

Lorem ipsum dolor sit amet.

#af188b Color CSS Codes

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

#af188b Text Font Color

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

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


#af188b Background Color

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

This div background color is #af188b


#af188b Border Color

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

This div border color is #af188b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af188b


Comments

No comments written yet.

Please login to write comment.