Color Hex Logo

#af046e Color Hex

#AF046E
(175,4,110)
0 Favorites   0 Comments

Color spaces of #af046e

RGB 1754110
HSL0.900.960.35
HSV323°98°69°
CMYK 0.000.980.37   0.31
XYZ20.537110.326615.6627
Yxy10.32660.44140.2220
Hunter Lab32.135057.8409-6.4036
CIE-Lab38.422365.4548-10.9614

#af046e color RGB value is (175,4,110).

#af046e hex color red value is 175, green value is 4 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #af046e hue: 0.90 , saturation: 0.96 and the lightness value of af046e is 0.35.

The process color (four color CMYK) of #af046e color hex is 0.00, 0.98, 0.37, 0.31. Web safe color of #af046e is #990066. Color #af046e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00000100 01101110
Octal 257 4 156
Decimal 175 4 110
Hex AF 4 6E

RGB Percentages of Color #af046e

%60.55
%1.38
%38.06

CMYK Percentages of Color #af046e

%0
%98
%37
%31

Triadic Colors of #af046e

#af046e #6eaf04 #046eaf

Analogous Colors of #af046e

#af046e #af0418 #9b04af

Monochromatic Colors of #af046e

#af046e

Complementary Color

#af046e #04af45

#af046e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af046e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af046e Color CSS Codes

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

#af046e Text Font Color

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

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


#af046e Background Color

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

This div background color is #af046e


#af046e Border Color

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

This div border color is #af046e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af046e


Comments

No comments written yet.

Please login to write comment.