Color Hex Logo

#af0410 Color Hex

#AF0410
(175,4,16)
0 Favorites   0 Comments

Color spaces of #af0410

RGB 175416
HSL0.990.960.35
HSV356°98°69°
CMYK 0.000.980.91   0.31
XYZ17.81619.23821.3343
Yxy9.23820.62760.3254
Hunter Lab30.394451.440018.6733
CIE-Lab36.438960.120844.3020

#af0410 color RGB value is (175,4,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00000100 00010000
Octal 257 4 20
Decimal 175 4 16
Hex AF 4 10

RGB Percentages of Color #af0410

%89.74
%2.05
%8.21

CMYK Percentages of Color #af0410

%0
%98
%91
%31

Triadic Colors of #af0410

#af0410 #10af04 #0410af

Analogous Colors of #af0410

#af0410 #af4e04 #af0466

Monochromatic Colors of #af0410

#af0410

Complementary Color

#af0410 #04afa3

#af0410 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af0410 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af0410 Color CSS Codes

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

#af0410 Text Font Color

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

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


#af0410 Background Color

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

This div background color is #af0410


#af0410 Border Color

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

This div border color is #af0410


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af0410


Comments

No comments written yet.

Please login to write comment.