Color Hex Logo

#af073f Color Hex

#AF073F
(175,7,63)
0 Favorites   0 Comments

Color spaces of #af073f

RGB 175763
HSL0.940.920.36
HSV340°96°69°
CMYK 0.000.960.64   0.31
XYZ18.65249.62485.5773
Yxy9.62480.55100.2843
Hunter Lab31.023953.027411.0579
CIE-Lab37.160461.419917.3795

#af073f color RGB value is (175,7,63).

#af073f hex color red value is 175, green value is 7 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #af073f hue: 0.94 , saturation: 0.92 and the lightness value of af073f is 0.36.

The process color (four color CMYK) of #af073f color hex is 0.00, 0.96, 0.64, 0.31. Web safe color of #af073f is #990033. Color #af073f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00000111 00111111
Octal 257 7 77
Decimal 175 7 63
Hex AF 7 3F

RGB Percentages of Color #af073f

%71.43
%2.86
%25.71

CMYK Percentages of Color #af073f

%0
%96
%64
%31

Triadic Colors of #af073f

#af073f #3faf07 #073faf

Analogous Colors of #af073f

#af073f #af2307 #af0793

Monochromatic Colors of #af073f

#af073f

Complementary Color

#af073f #07af77

#af073f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af073f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af073f Color CSS Codes

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

#af073f Text Font Color

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

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


#af073f Background Color

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

This div background color is #af073f


#af073f Border Color

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

This div border color is #af073f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af073f


Comments

No comments written yet.

Please login to write comment.