Color Hex Logo

#af030f Color Hex

#AF030F
(175,3,15)
0 Favorites   0 Comments

Color spaces of #af030f

RGB 175315
HSL0.990.970.35
HSV356°98°69°
CMYK 0.000.980.91   0.31
XYZ17.79809.21361.2923
Yxy9.21360.62880.3255
Hunter Lab30.353951.544018.7235
CIE-Lab36.392360.224744.7107

#af030f color RGB value is (175,3,15).

#af030f hex color red value is 175, green value is 3 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #af030f hue: 0.99 , saturation: 0.97 and the lightness value of af030f is 0.35.

The process color (four color CMYK) of #af030f color hex is 0.00, 0.98, 0.91, 0.31. Web safe color of #af030f is #990000. Color #af030f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00000011 00001111
Octal 257 3 17
Decimal 175 3 15
Hex AF 3 F

RGB Percentages of Color #af030f

%90.67
%1.55
%7.77

CMYK Percentages of Color #af030f

%0
%98
%91
%31

Triadic Colors of #af030f

#af030f #0faf03 #030faf

Analogous Colors of #af030f

#af030f #af4d03 #af0365

Monochromatic Colors of #af030f

#af030f

Complementary Color

#af030f #03afa3

#af030f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af030f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af030f Color CSS Codes

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

#af030f Text Font Color

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

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


#af030f Background Color

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

This div background color is #af030f


#af030f Border Color

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

This div border color is #af030f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af030f


Comments

No comments written yet.

Please login to write comment.