Color Hex Logo

#ad4290 Color Hex

#AD4290
(173,66,144)
0 Favorites   0 Comments

Color spaces of #ad4290

RGB 17366144
HSL0.880.450.47
HSV316°62°68°
CMYK 0.000.620.17   0.32
XYZ24.215814.794327.9648
Yxy14.79430.36160.2209
Hunter Lab38.463445.0693-16.1825
CIE-Lab45.351252.5292-21.3519

#ad4290 color RGB value is (173,66,144).

#ad4290 hex color red value is 173, green value is 66 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #ad4290 hue: 0.88 , saturation: 0.45 and the lightness value of ad4290 is 0.47.

The process color (four color CMYK) of #ad4290 color hex is 0.00, 0.62, 0.17, 0.32. Web safe color of #ad4290 is #993399. Color #ad4290 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01000010 10010000
Octal 255 102 220
Decimal 173 66 144
Hex AD 42 90

RGB Percentages of Color #ad4290

%45.17
%17.23
%37.60

CMYK Percentages of Color #ad4290

%0
%62
%17
%32

Triadic Colors of #ad4290

#ad4290 #90ad42 #4290ad

Analogous Colors of #ad4290

#ad4290 #ad425a #9542ad

Monochromatic Colors of #ad4290

#ad4290

Complementary Color

#ad4290 #42ad5f

#ad4290 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad4290 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad4290 Color CSS Codes

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

#ad4290 Text Font Color

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

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


#ad4290 Background Color

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

This div background color is #ad4290


#ad4290 Border Color

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

This div border color is #ad4290


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad4290


Comments

No comments written yet.

Please login to write comment.