Color Hex Logo

#af5899 Color Hex

#AF5899
(175,88,153)
0 Favorites   0 Comments

Color spaces of #af5899

RGB 17588153
HSL0.880.350.52
HSV315°50°69°
CMYK 0.000.500.13   0.31
XYZ26.918718.393332.2685
Yxy18.39330.34700.2371
Hunter Lab42.887436.9843-14.5886
CIE-Lab49.969744.0015-19.6019

#af5899 color RGB value is (175,88,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01011000 10011001
Octal 257 130 231
Decimal 175 88 153
Hex AF 58 99

RGB Percentages of Color #af5899

%42.07
%21.15
%36.78

CMYK Percentages of Color #af5899

%0
%50
%13
%31

Triadic Colors of #af5899

#af5899 #99af58 #5899af

Analogous Colors of #af5899

#af5899 #af586e #9a58af

Monochromatic Colors of #af5899

#af5899

Complementary Color

#af5899 #58af6e

#af5899 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af5899 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af5899 Color CSS Codes

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

#af5899 Text Font Color

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

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


#af5899 Background Color

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

This div background color is #af5899


#af5899 Border Color

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

This div border color is #af5899


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af5899


Comments

No comments written yet.

Please login to write comment.