Color Hex Logo

#af509f Color Hex

#AF509F
(175,80,159)
0 Favorites   0 Comments

Color spaces of #af509f

RGB 17580159
HSL0.860.370.50
HSV310°54°69°
CMYK 0.000.540.09   0.31
XYZ26.805917.354534.7378
Yxy17.35450.33980.2200
Hunter Lab41.658741.9556-20.2788
CIE-Lab48.703648.9994-25.1028

#af509f color RGB value is (175,80,159).

#af509f hex color red value is 175, green value is 80 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #af509f hue: 0.86 , saturation: 0.37 and the lightness value of af509f is 0.50.

The process color (four color CMYK) of #af509f color hex is 0.00, 0.54, 0.09, 0.31. Web safe color of #af509f is #996699. Color #af509f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01010000 10011111
Octal 257 120 237
Decimal 175 80 159
Hex AF 50 9F

RGB Percentages of Color #af509f

%42.27
%19.32
%38.41

CMYK Percentages of Color #af509f

%0
%54
%9
%31

Triadic Colors of #af509f

#af509f #9faf50 #509faf

Analogous Colors of #af509f

#af509f #af5070 #9050af

Monochromatic Colors of #af509f

#af509f

Complementary Color

#af509f #50af60

#af509f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af509f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af509f Color CSS Codes

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

#af509f Text Font Color

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

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


#af509f Background Color

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

This div background color is #af509f


#af509f Border Color

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

This div border color is #af509f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af509f


Comments

No comments written yet.

Please login to write comment.