Color Hex Logo

#ad023e Color Hex

#AD023E
(173,2,62)
0 Favorites   0 Comments

Color spaces of #ad023e

RGB 173262
HSL0.940.980.34
HSV339°99°68°
CMYK 0.000.990.64   0.32
XYZ18.12489.27555.3925
Yxy9.27550.55270.2829
Hunter Lab30.455752.931410.8211
CIE-Lab36.509461.460317.0866

#ad023e color RGB value is (173,2,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00000010 00111110
Octal 255 2 76
Decimal 173 2 62
Hex AD 2 3E

RGB Percentages of Color #ad023e

%73.00
%0.84
%26.16

CMYK Percentages of Color #ad023e

%0
%99
%64
%32

Triadic Colors of #ad023e

#ad023e #3ead02 #023ead

Analogous Colors of #ad023e

#ad023e #ad1c02 #ad0294

Monochromatic Colors of #ad023e

#ad023e

Complementary Color

#ad023e #02ad71

#ad023e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad023e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad023e Color CSS Codes

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

#ad023e Text Font Color

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

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


#ad023e Background Color

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

This div background color is #ad023e


#ad023e Border Color

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

This div border color is #ad023e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,2,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 #ad023e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad023e


Comments

No comments written yet.

Please login to write comment.