Color Hex Logo

#af004f Color Hex

#AF004F
(175,0,79)
0 Favorites   0 Comments

Color spaces of #af004f

RGB 175079
HSL0.921.000.34
HSV333°100°69°
CMYK 0.001.000.55   0.31
XYZ19.09059.67858.2591
Yxy9.67850.51560.2614
Hunter Lab31.110355.09166.0370
CIE-Lab37.259163.25187.1643

#af004f color RGB value is (175,0,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00000000 01001111
Octal 257 0 117
Decimal 175 0 79
Hex AF 0 4F

RGB Percentages of Color #af004f

%68.90
%0.00
%31.10

CMYK Percentages of Color #af004f

%0
%100
%55
%31

Triadic Colors of #af004f

#af004f #4faf00 #004faf

Analogous Colors of #af004f

#af004f #af0800 #af00a7

Monochromatic Colors of #af004f

#af004f

Complementary Color

#af004f #00af60

#af004f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af004f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af004f Color CSS Codes

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

#af004f Text Font Color

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

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


#af004f Background Color

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

This div background color is #af004f


#af004f Border Color

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

This div border color is #af004f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af004f


Comments

No comments written yet.

Please login to write comment.