Color Hex Logo

#ad061e Color Hex

#AD061E
(173,6,30)
0 Favorites   0 Comments

Color spaces of #ad061e

RGB 173630
HSL0.980.930.35
HSV351°97°68°
CMYK 0.000.970.83   0.32
XYZ17.53309.10822.0623
Yxy9.10820.61080.3173
Hunter Lab30.179850.885217.0743
CIE-Lab36.191859.662336.6736

#ad061e color RGB value is (173,6,30).

#ad061e hex color red value is 173, green value is 6 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #ad061e hue: 0.98 , saturation: 0.93 and the lightness value of ad061e is 0.35.

The process color (four color CMYK) of #ad061e color hex is 0.00, 0.97, 0.83, 0.32. Web safe color of #ad061e is #990033. Color #ad061e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00000110 00011110
Octal 255 6 36
Decimal 173 6 30
Hex AD 6 1E

RGB Percentages of Color #ad061e

%82.78
%2.87
%14.35

CMYK Percentages of Color #ad061e

%0
%97
%83
%32

Triadic Colors of #ad061e

#ad061e #1ead06 #061ead

Analogous Colors of #ad061e

#ad061e #ad4206 #ad0672

Monochromatic Colors of #ad061e

#ad061e

Complementary Color

#ad061e #06ad95

#ad061e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad061e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad061e Color CSS Codes

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

#ad061e Text Font Color

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

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


#ad061e Background Color

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

This div background color is #ad061e


#ad061e Border Color

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

This div border color is #ad061e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(173,6,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ad061e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ad061e;
  -webkit-box-shadow: 1px 1px 3px 2px #ad061e;
  box-shadow:         1px 1px 3px 2px #ad061e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad061e


Comments

No comments written yet.

Please login to write comment.