Color Hex Logo

#af489e Color Hex

#AF489E
(175,72,158)
0 Favorites   0 Comments

Color spaces of #af489e

RGB 17572158
HSL0.860.420.48
HSV310°59°69°
CMYK 0.000.590.10   0.31
XYZ26.168116.217334.0988
Yxy16.21730.34210.2120
Hunter Lab40.270745.5164-22.0137
CIE-Lab47.258352.6079-26.7517

#af489e color RGB value is (175,72,158).

#af489e hex color red value is 175, green value is 72 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #af489e hue: 0.86 , saturation: 0.42 and the lightness value of af489e is 0.48.

The process color (four color CMYK) of #af489e color hex is 0.00, 0.59, 0.10, 0.31. Web safe color of #af489e is #993399. Color #af489e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01001000 10011110
Octal 257 110 236
Decimal 175 72 158
Hex AF 48 9E

RGB Percentages of Color #af489e

%43.21
%17.78
%39.01

CMYK Percentages of Color #af489e

%0
%59
%10
%31

Triadic Colors of #af489e

#af489e #9eaf48 #489eaf

Analogous Colors of #af489e

#af489e #af486b #8d48af

Monochromatic Colors of #af489e

#af489e

Complementary Color

#af489e #48af59

#af489e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af489e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af489e Color CSS Codes

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

#af489e Text Font Color

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

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


#af489e Background Color

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

This div background color is #af489e


#af489e Border Color

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

This div border color is #af489e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af489e


Comments

No comments written yet.

Please login to write comment.