Color Hex Logo

#ad0290 Color Hex

#AD0290
(173,2,144)
0 Favorites   0 Comments

Color spaces of #ad0290

RGB 1732144
HSL0.860.980.34
HSV310°99°68°
CMYK 0.000.990.17   0.32
XYZ22.289310.941327.3227
Yxy10.94130.36810.1807
Hunter Lab33.077662.3960-25.8202
CIE-Lab39.481469.1908-30.4916

#ad0290 color RGB value is (173,2,144).

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

The process color (four color CMYK) of #ad0290 color hex is 0.00, 0.99, 0.17, 0.32. Web safe color of #ad0290 is #990099. Color #ad0290 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00000010 10010000
Octal 255 2 220
Decimal 173 2 144
Hex AD 2 90

RGB Percentages of Color #ad0290

%54.23
%0.63
%45.14

CMYK Percentages of Color #ad0290

%0
%99
%17
%32

Triadic Colors of #ad0290

#ad0290 #90ad02 #0290ad

Analogous Colors of #ad0290

#ad0290 #ad023a #7502ad

Monochromatic Colors of #ad0290

#ad0290

Complementary Color

#ad0290 #02ad1f

#ad0290 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad0290 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad0290 Color CSS Codes

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

#ad0290 Text Font Color

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

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


#ad0290 Background Color

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

This div background color is #ad0290


#ad0290 Border Color

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

This div border color is #ad0290


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad0290


Comments

No comments written yet.

Please login to write comment.