Color Hex Logo

#af498a Color Hex

#AF498A
(175,73,138)
0 Favorites   0 Comments

Color spaces of #af498a

RGB 17573138
HSL0.890.410.49
HSV322°58°69°
CMYK 0.000.580.21   0.31
XYZ24.649215.714025.7787
Yxy15.71400.37270.2376
Hunter Lab39.640941.6220-10.8080
CIE-Lab46.597049.0390-15.8009

#af498a color RGB value is (175,73,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01001001 10001010
Octal 257 111 212
Decimal 175 73 138
Hex AF 49 8A

RGB Percentages of Color #af498a

%45.34
%18.91
%35.75

CMYK Percentages of Color #af498a

%0
%58
%21
%31

Triadic Colors of #af498a

#af498a #8aaf49 #498aaf

Analogous Colors of #af498a

#af498a #af4957 #a149af

Monochromatic Colors of #af498a

#af498a

Complementary Color

#af498a #49af6e

#af498a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af498a Color Preview on White Background

Lorem ipsum dolor sit amet.

#af498a Color CSS Codes

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

#af498a Text Font Color

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

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


#af498a Background Color

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

This div background color is #af498a


#af498a Border Color

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

This div border color is #af498a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af498a


Comments

No comments written yet.

Please login to write comment.