Color Hex Logo

#af0308 Color Hex

#AF0308
(175,3,8)
0 Favorites   0 Comments

Color spaces of #af0308

RGB 17538
HSL1.000.970.35
HSV358°98°69°
CMYK 0.000.980.95   0.31
XYZ17.75569.19661.0690
Yxy9.19660.63360.3282
Hunter Lab30.325951.440219.1381
CIE-Lab36.360160.136347.4505

#af0308 color RGB value is (175,3,8).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00000011 00001000
Octal 257 3 10
Decimal 175 3 8
Hex AF 3 8

RGB Percentages of Color #af0308

%94.09
%1.61
%4.30

CMYK Percentages of Color #af0308

%0
%98
%95
%31

Triadic Colors of #af0308

#af0308 #08af03 #0308af

Analogous Colors of #af0308

#af0308 #af5403 #af035e

Monochromatic Colors of #af0308

#af0308

Complementary Color

#af0308 #03afaa

#af0308 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af0308 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af0308 Color CSS Codes

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

#af0308 Text Font Color

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

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


#af0308 Background Color

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

This div background color is #af0308


#af0308 Border Color

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

This div border color is #af0308


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af0308


Comments

No comments written yet.

Please login to write comment.