Color Hex Logo

#ad003e Color Hex

#AD003E
(173,0,62)
0 Favorites   0 Comments

Color spaces of #ad003e

RGB 173062
HSL0.941.000.34
HSV338°100°68°
CMYK 0.001.000.64   0.32
XYZ18.10319.23205.3853
Yxy9.23200.55330.2821
Hunter Lab30.384253.179110.7604
CIE-Lab36.427261.699716.9775

#ad003e color RGB value is (173,0,62).

#ad003e hex color red value is 173, green value is 0 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #ad003e hue: 0.94 , saturation: 1.00 and the lightness value of ad003e is 0.34.

The process color (four color CMYK) of #ad003e color hex is 0.00, 1.00, 0.64, 0.32. Web safe color of #ad003e is #990033. Color #ad003e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00000000 00111110
Octal 255 0 76
Decimal 173 0 62
Hex AD 0 3E

RGB Percentages of Color #ad003e

%73.62
%0.00
%26.38

CMYK Percentages of Color #ad003e

%0
%100
%64
%32

Triadic Colors of #ad003e

#ad003e #3ead00 #003ead

Analogous Colors of #ad003e

#ad003e #ad1900 #ad0095

Monochromatic Colors of #ad003e

#ad003e

Complementary Color

#ad003e #00ad6f

#ad003e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad003e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad003e Color CSS Codes

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

#ad003e Text Font Color

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

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


#ad003e Background Color

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

This div background color is #ad003e


#ad003e Border Color

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

This div border color is #ad003e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad003e


Comments

No comments written yet.

Please login to write comment.