Color Hex Logo

#af507e Color Hex

#AF507E
(175,80,126)
0 Favorites   0 Comments

Color spaces of #af507e

RGB 17580126
HSL0.920.370.50
HSV331°54°69°
CMYK 0.000.540.28   0.31
XYZ24.313816.357621.6145
Yxy16.35760.39040.2626
Hunter Lab40.444536.5299-3.3748
CIE-Lab47.440243.9518-7.2901

#af507e color RGB value is (175,80,126).

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

The process color (four color CMYK) of #af507e color hex is 0.00, 0.54, 0.28, 0.31. Web safe color of #af507e is #996666. Color #af507e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01010000 01111110
Octal 257 120 176
Decimal 175 80 126
Hex AF 50 7E

RGB Percentages of Color #af507e

%45.93
%21.00
%33.07

CMYK Percentages of Color #af507e

%0
%54
%28
%31

Triadic Colors of #af507e

#af507e #7eaf50 #507eaf

Analogous Colors of #af507e

#af507e #af5250 #af50ae

Monochromatic Colors of #af507e

#af507e

Complementary Color

#af507e #50af81

#af507e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af507e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af507e Color CSS Codes

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

#af507e Text Font Color

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

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


#af507e Background Color

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

This div background color is #af507e


#af507e Border Color

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

This div border color is #af507e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af507e


Comments

No comments written yet.

Please login to write comment.