Color Hex Logo

#ad145a Color Hex

#AD145A
(173,20,90)
0 Favorites   0 Comments

Color spaces of #ad145a

RGB 1732090
HSL0.920.790.38
HSV333°88°68°
CMYK 0.000.880.48   0.32
XYZ19.329210.122710.6080
Yxy10.12270.48250.2527
Hunter Lab31.816252.76532.5031
CIE-Lab38.061861.00761.1817

#ad145a color RGB value is (173,20,90).

#ad145a hex color red value is 173, green value is 20 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #ad145a hue: 0.92 , saturation: 0.79 and the lightness value of ad145a is 0.38.

The process color (four color CMYK) of #ad145a color hex is 0.00, 0.88, 0.48, 0.32. Web safe color of #ad145a is #990066. Color #ad145a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00010100 01011010
Octal 255 24 132
Decimal 173 20 90
Hex AD 14 5A

RGB Percentages of Color #ad145a

%61.13
%7.07
%31.80

CMYK Percentages of Color #ad145a

%0
%88
%48
%32

Triadic Colors of #ad145a

#ad145a #5aad14 #145aad

Analogous Colors of #ad145a

#ad145a #ad1b14 #ad14a7

Monochromatic Colors of #ad145a

#ad145a

Complementary Color

#ad145a #14ad67

#ad145a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad145a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad145a Color CSS Codes

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

#ad145a Text Font Color

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

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


#ad145a Background Color

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

This div background color is #ad145a


#ad145a Border Color

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

This div border color is #ad145a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad145a


Comments

No comments written yet.

Please login to write comment.