Color Hex Logo

#af589a Color Hex

#AF589A
(175,88,154)
0 Favorites   0 Comments

Color spaces of #af589a

RGB 17588154
HSL0.870.350.52
HSV314°50°69°
CMYK 0.000.500.12   0.31
XYZ27.001718.426532.7054
Yxy18.42650.34560.2358
Hunter Lab42.926137.1607-15.1248
CIE-Lab50.009444.1677-20.1326

#af589a color RGB value is (175,88,154).

#af589a hex color red value is 175, green value is 88 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #af589a hue: 0.87 , saturation: 0.35 and the lightness value of af589a is 0.52.

The process color (four color CMYK) of #af589a color hex is 0.00, 0.50, 0.12, 0.31. Web safe color of #af589a is #996699. Color #af589a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01011000 10011010
Octal 257 130 232
Decimal 175 88 154
Hex AF 58 9A

RGB Percentages of Color #af589a

%41.97
%21.10
%36.93

CMYK Percentages of Color #af589a

%0
%50
%12
%31

Triadic Colors of #af589a

#af589a #9aaf58 #589aaf

Analogous Colors of #af589a

#af589a #af586f #9958af

Monochromatic Colors of #af589a

#af589a

Complementary Color

#af589a #58af6d

#af589a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af589a Color Preview on White Background

Lorem ipsum dolor sit amet.

#af589a Color CSS Codes

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

#af589a Text Font Color

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

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


#af589a Background Color

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

This div background color is #af589a


#af589a Border Color

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

This div border color is #af589a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af589a


Comments

No comments written yet.

Please login to write comment.