Color Hex Logo

#a00418 Color Hex

#A00418
(160,4,24)
0 Favorites   0 Comments

Color spaces of #a00418

RGB 160424
HSL0.980.950.32
HSV352°98°63°
CMYK 0.000.980.85   0.37
XYZ14.70557.62641.5611
Yxy7.62640.61550.3192
Hunter Lab27.615946.723415.9796
CIE-Lab33.192456.385336.2274

#a00418 color RGB value is (160,4,24).

#a00418 hex color red value is 160, green value is 4 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #a00418 hue: 0.98 , saturation: 0.95 and the lightness value of a00418 is 0.32.

The process color (four color CMYK) of #a00418 color hex is 0.00, 0.98, 0.85, 0.37. Web safe color of #a00418 is #990000. Color #a00418 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00000100 00011000
Octal 240 4 30
Decimal 160 4 24
Hex A0 4 18

RGB Percentages of Color #a00418

%85.11
%2.13
%12.77

CMYK Percentages of Color #a00418

%0
%98
%85
%37

Triadic Colors of #a00418

#a00418 #18a004 #0418a0

Analogous Colors of #a00418

#a00418 #a03e04 #a00466

Monochromatic Colors of #a00418

#a00418

Complementary Color

#a00418 #04a08c

#a00418 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a00418 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a00418 Color CSS Codes

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

#a00418 Text Font Color

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

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


#a00418 Background Color

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

This div background color is #a00418


#a00418 Border Color

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

This div border color is #a00418


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a00418


Comments

No comments written yet.

Please login to write comment.