Color Hex Logo

#af589e Color Hex

#AF589E
(175,88,158)
0 Favorites   0 Comments

Color spaces of #af589e

RGB 17588158
HSL0.870.350.52
HSV312°50°69°
CMYK 0.000.500.10   0.31
XYZ27.340518.562034.4896
Yxy18.56200.34010.2309
Hunter Lab43.083637.8782-17.3047
CIE-Lab50.170844.8410-22.2470

#af589e color RGB value is (175,88,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01011000 10011110
Octal 257 130 236
Decimal 175 88 158
Hex AF 58 9E

RGB Percentages of Color #af589e

%41.57
%20.90
%37.53

CMYK Percentages of Color #af589e

%0
%50
%10
%31

Triadic Colors of #af589e

#af589e #9eaf58 #589eaf

Analogous Colors of #af589e

#af589e #af5873 #9558af

Monochromatic Colors of #af589e

#af589e

Complementary Color

#af589e #58af69

#af589e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af589e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af589e Color CSS Codes

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

#af589e Text Font Color

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

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


#af589e Background Color

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

This div background color is #af589e


#af589e Border Color

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

This div border color is #af589e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af589e


Comments

No comments written yet.

Please login to write comment.