Color Hex Logo

#af0079 Color Hex

#AF0079
(175,0,121)
0 Favorites   0 Comments

Color spaces of #af0079

RGB 1750121
HSL0.881.000.34
HSV319°100°69°
CMYK 0.001.000.31   0.31
XYZ21.130410.494419.0011
Yxy10.49440.41740.2073
Hunter Lab32.395159.7392-12.0996
CIE-Lab38.715567.0529-17.4271

#af0079 color RGB value is (175,0,121).

#af0079 hex color red value is 175, green value is 0 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #af0079 hue: 0.88 , saturation: 1.00 and the lightness value of af0079 is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00000000 01111001
Octal 257 0 171
Decimal 175 0 121
Hex AF 0 79

RGB Percentages of Color #af0079

%59.12
%0.00
%40.88

CMYK Percentages of Color #af0079

%0
%100
%31
%31

Triadic Colors of #af0079

#af0079 #79af00 #0079af

Analogous Colors of #af0079

#af0079 #af0021 #8e00af

Monochromatic Colors of #af0079

#af0079

Complementary Color

#af0079 #00af36

#af0079 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af0079 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af0079 Color CSS Codes

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

#af0079 Text Font Color

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

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


#af0079 Background Color

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

This div background color is #af0079


#af0079 Border Color

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

This div border color is #af0079


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af0079


Comments

No comments written yet.

Please login to write comment.