Color Hex Logo

#af598e Color Hex

#AF598E
(175,89,142)
0 Favorites   0 Comments

Color spaces of #af598e

RGB 17589142
HSL0.900.350.52
HSV323°49°69°
CMYK 0.000.490.19   0.31
XYZ26.134118.211727.7290
Yxy18.21170.36260.2527
Hunter Lab42.675234.6311-8.6522
CIE-Lab49.751941.7187-13.4061

#af598e color RGB value is (175,89,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01011001 10001110
Octal 257 131 216
Decimal 175 89 142
Hex AF 59 8E

RGB Percentages of Color #af598e

%43.10
%21.92
%34.98

CMYK Percentages of Color #af598e

%0
%49
%19
%31

Triadic Colors of #af598e

#af598e #8eaf59 #598eaf

Analogous Colors of #af598e

#af598e #af5963 #a559af

Monochromatic Colors of #af598e

#af598e

Complementary Color

#af598e #59af7a

#af598e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af598e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af598e Color CSS Codes

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

#af598e Text Font Color

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

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


#af598e Background Color

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

This div background color is #af598e


#af598e Border Color

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

This div border color is #af598e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af598e


Comments

No comments written yet.

Please login to write comment.