Color Hex Logo

#af1589 Color Hex

#AF1589
(175,21,137)
0 Favorites   0 Comments

Color spaces of #af1589

RGB 17521137
HSL0.870.790.38
HSV315°88°69°
CMYK 0.000.880.22   0.31
XYZ22.462711.456424.6943
Yxy11.45640.38320.1955
Hunter Lab33.847359.2284-19.5637
CIE-Lab40.338866.2929-24.8311

#af1589 color RGB value is (175,21,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00010101 10001001
Octal 257 25 211
Decimal 175 21 137
Hex AF 15 89

RGB Percentages of Color #af1589

%52.55
%6.31
%41.14

CMYK Percentages of Color #af1589

%0
%88
%22
%31

Triadic Colors of #af1589

#af1589 #89af15 #1589af

Analogous Colors of #af1589

#af1589 #af153c #8815af

Monochromatic Colors of #af1589

#af1589

Complementary Color

#af1589 #15af3b

#af1589 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af1589 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af1589 Color CSS Codes

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

#af1589 Text Font Color

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

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


#af1589 Background Color

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

This div background color is #af1589


#af1589 Border Color

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

This div border color is #af1589


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af1589


Comments

No comments written yet.

Please login to write comment.