Color Hex Logo

#a0093d Color Hex

#A0093D
(160,9,61)
0 Favorites   0 Comments

Color spaces of #a0093d

RGB 160961
HSL0.940.890.33
HSV339°94°63°
CMYK 0.000.940.62   0.37
XYZ15.43728.00595.1465
Yxy8.00590.54000.2800
Hunter Lab28.294747.87149.0221
CIE-Lab33.995257.305113.8860

#a0093d color RGB value is (160,9,61).

#a0093d hex color red value is 160, green value is 9 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #a0093d hue: 0.94 , saturation: 0.89 and the lightness value of a0093d is 0.33.

The process color (four color CMYK) of #a0093d color hex is 0.00, 0.94, 0.62, 0.37. Web safe color of #a0093d is #990033. Color #a0093d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00001001 00111101
Octal 240 11 75
Decimal 160 9 61
Hex A0 9 3D

RGB Percentages of Color #a0093d

%69.57
%3.91
%26.52

CMYK Percentages of Color #a0093d

%0
%94
%62
%37

Triadic Colors of #a0093d

#a0093d #3da009 #093da0

Analogous Colors of #a0093d

#a0093d #a02109 #a00989

Monochromatic Colors of #a0093d

#a0093d

Complementary Color

#a0093d #09a06c

#a0093d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0093d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0093d Color CSS Codes

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

#a0093d Text Font Color

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

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


#a0093d Background Color

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

This div background color is #a0093d


#a0093d Border Color

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

This div border color is #a0093d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0093d


Comments

No comments written yet.

Please login to write comment.