Color Hex Logo

#af498e Color Hex

#AF498E
(175,73,142)
0 Favorites   0 Comments

Color spaces of #af498e

RGB 17573142
HSL0.890.410.49
HSV319°58°69°
CMYK 0.000.580.19   0.31
XYZ24.944215.832027.3324
Yxy15.83200.36620.2325
Hunter Lab39.789442.2710-12.8752
CIE-Lab46.753349.6323-17.9688

#af498e color RGB value is (175,73,142).

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

The process color (four color CMYK) of #af498e color hex is 0.00, 0.58, 0.19, 0.31. Web safe color of #af498e is #993399. Color #af498e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01001001 10001110
Octal 257 111 216
Decimal 175 73 142
Hex AF 49 8E

RGB Percentages of Color #af498e

%44.87
%18.72
%36.41

CMYK Percentages of Color #af498e

%0
%58
%19
%31

Triadic Colors of #af498e

#af498e #8eaf49 #498eaf

Analogous Colors of #af498e

#af498e #af495b #9d49af

Monochromatic Colors of #af498e

#af498e

Complementary Color

#af498e #49af6a

#af498e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af498e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af498e Color CSS Codes

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

#af498e Text Font Color

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

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


#af498e Background Color

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

This div background color is #af498e


#af498e Border Color

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

This div border color is #af498e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af498e


Comments

No comments written yet.

Please login to write comment.