Color Hex Logo

#af558e Color Hex

#AF558E
(175,85,142)
0 Favorites   0 Comments

Color spaces of #af558e

RGB 17585142
HSL0.890.360.51
HSV322°51°69°
CMYK 0.000.510.19   0.31
XYZ25.810217.564027.6210
Yxy17.56400.36350.2474
Hunter Lab41.909436.5889-9.7393
CIE-Lab48.963043.7705-14.6015

#af558e color RGB value is (175,85,142).

#af558e hex color red value is 175, green value is 85 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #af558e hue: 0.89 , saturation: 0.36 and the lightness value of af558e is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01010101 10001110
Octal 257 125 216
Decimal 175 85 142
Hex AF 55 8E

RGB Percentages of Color #af558e

%43.53
%21.14
%35.32

CMYK Percentages of Color #af558e

%0
%51
%19
%31

Triadic Colors of #af558e

#af558e #8eaf55 #558eaf

Analogous Colors of #af558e

#af558e #af5561 #a355af

Monochromatic Colors of #af558e

#af558e

Complementary Color

#af558e #55af76

#af558e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af558e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af558e Color CSS Codes

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

#af558e Text Font Color

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

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


#af558e Background Color

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

This div background color is #af558e


#af558e Border Color

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

This div border color is #af558e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,85,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 #af558e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af558e


Comments

No comments written yet.

Please login to write comment.