Color Hex Logo

#af539a Color Hex

#AF539A
(175,83,154)
0 Favorites   0 Comments

Color spaces of #af539a

RGB 17583154
HSL0.870.370.51
HSV314°53°69°
CMYK 0.000.530.12   0.31
XYZ26.605217.633632.5732
Yxy17.63360.34640.2296
Hunter Lab41.992439.6060-16.5962
CIE-Lab49.048746.6919-21.6083

#af539a color RGB value is (175,83,154).

#af539a hex color red value is 175, green value is 83 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #af539a hue: 0.87 , saturation: 0.37 and the lightness value of af539a is 0.51.

The process color (four color CMYK) of #af539a color hex is 0.00, 0.53, 0.12, 0.31. Web safe color of #af539a is #996699. Color #af539a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01010011 10011010
Octal 257 123 232
Decimal 175 83 154
Hex AF 53 9A

RGB Percentages of Color #af539a

%42.48
%20.15
%37.38

CMYK Percentages of Color #af539a

%0
%53
%12
%31

Triadic Colors of #af539a

#af539a #9aaf53 #539aaf

Analogous Colors of #af539a

#af539a #af536c #9653af

Monochromatic Colors of #af539a

#af539a

Complementary Color

#af539a #53af68

#af539a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af539a Color Preview on White Background

Lorem ipsum dolor sit amet.

#af539a Color CSS Codes

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

#af539a Text Font Color

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

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


#af539a Background Color

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

This div background color is #af539a


#af539a Border Color

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

This div border color is #af539a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af539a


Comments

No comments written yet.

Please login to write comment.