Color Hex Logo

#a00129 Color Hex

#A00129
(160,1,41)
0 Favorites   0 Comments

Color spaces of #a00129

RGB 160141
HSL0.960.990.32
HSV345°99°63°
CMYK 0.000.990.74   0.37
XYZ14.90837.65542.7897
Yxy7.65540.58800.3019
Hunter Lab27.668447.759813.3899
CIE-Lab33.254757.345125.9611

#a00129 color RGB value is (160,1,41).

#a00129 hex color red value is 160, green value is 1 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #a00129 hue: 0.96 , saturation: 0.99 and the lightness value of a00129 is 0.32.

The process color (four color CMYK) of #a00129 color hex is 0.00, 0.99, 0.74, 0.37. Web safe color of #a00129 is #990033. Color #a00129 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00000001 00101001
Octal 240 1 51
Decimal 160 1 41
Hex A0 1 29

RGB Percentages of Color #a00129

%79.21
%0.50
%20.30

CMYK Percentages of Color #a00129

%0
%99
%74
%37

Triadic Colors of #a00129

#a00129 #29a001 #0129a0

Analogous Colors of #a00129

#a00129 #a02801 #a00179

Monochromatic Colors of #a00129

#a00129

Complementary Color

#a00129 #01a078

#a00129 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a00129 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a00129 Color CSS Codes

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

#a00129 Text Font Color

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

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


#a00129 Background Color

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

This div background color is #a00129


#a00129 Border Color

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

This div border color is #a00129


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a00129


Comments

No comments written yet.

Please login to write comment.