Color Hex Logo

#af0477 Color Hex

#AF0477
(175,4,119)
0 Favorites   0 Comments

Color spaces of #af0477

RGB 1754119
HSL0.890.960.35
HSV320°98°69°
CMYK 0.000.980.32   0.31
XYZ21.052410.532718.3762
Yxy10.53270.42140.2108
Hunter Lab32.454158.9950-10.8533
CIE-Lab38.782066.3932-16.0736

#af0477 color RGB value is (175,4,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00000100 01110111
Octal 257 4 167
Decimal 175 4 119
Hex AF 4 77

RGB Percentages of Color #af0477

%58.72
%1.34
%39.93

CMYK Percentages of Color #af0477

%0
%98
%32
%31

Triadic Colors of #af0477

#af0477 #77af04 #0477af

Analogous Colors of #af0477

#af0477 #af0422 #9204af

Monochromatic Colors of #af0477

#af0477

Complementary Color

#af0477 #04af3c

#af0477 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af0477 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af0477 Color CSS Codes

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

#af0477 Text Font Color

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

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


#af0477 Background Color

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

This div background color is #af0477


#af0477 Border Color

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

This div border color is #af0477


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af0477


Comments

No comments written yet.

Please login to write comment.