Color Hex Logo

#af599e Color Hex

#AF599E
(175,89,158)
0 Favorites   0 Comments

Color spaces of #af599e

RGB 17589158
HSL0.870.350.52
HSV312°49°69°
CMYK 0.000.490.10   0.31
XYZ27.423118.727334.5171
Yxy18.72730.34000.2322
Hunter Lab43.275137.3829-16.9984
CIE-Lab50.366644.3289-21.9456

#af599e color RGB value is (175,89,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01011001 10011110
Octal 257 131 236
Decimal 175 89 158
Hex AF 59 9E

RGB Percentages of Color #af599e

%41.47
%21.09
%37.44

CMYK Percentages of Color #af599e

%0
%49
%10
%31

Triadic Colors of #af599e

#af599e #9eaf59 #599eaf

Analogous Colors of #af599e

#af599e #af5973 #9559af

Monochromatic Colors of #af599e

#af599e

Complementary Color

#af599e #59af6a

#af599e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af599e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af599e Color CSS Codes

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

#af599e Text Font Color

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

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


#af599e Background Color

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

This div background color is #af599e


#af599e Border Color

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

This div border color is #af599e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af599e


Comments

No comments written yet.

Please login to write comment.