Color Hex Logo

#ad306d Color Hex

#AD306D
(173,48,109)
0 Favorites   0 Comments

Color spaces of #ad306d

RGB 17348109
HSL0.920.570.43
HSV331°72°68°
CMYK 0.000.720.37   0.32
XYZ21.050812.102315.6945
Yxy12.10230.43090.2478
Hunter Lab34.788447.1326-2.3964
CIE-Lab41.378255.1948-5.9358

#ad306d color RGB value is (173,48,109).

#ad306d hex color red value is 173, green value is 48 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #ad306d hue: 0.92 , saturation: 0.57 and the lightness value of ad306d is 0.43.

The process color (four color CMYK) of #ad306d color hex is 0.00, 0.72, 0.37, 0.32. Web safe color of #ad306d is #993366. Color #ad306d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00110000 01101101
Octal 255 60 155
Decimal 173 48 109
Hex AD 30 6D

RGB Percentages of Color #ad306d

%52.42
%14.55
%33.03

CMYK Percentages of Color #ad306d

%0
%72
%37
%32

Triadic Colors of #ad306d

#ad306d #6dad30 #306dad

Analogous Colors of #ad306d

#ad306d #ad3230 #ad30ac

Monochromatic Colors of #ad306d

#ad306d

Complementary Color

#ad306d #30ad70

#ad306d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad306d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad306d Color CSS Codes

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

#ad306d Text Font Color

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

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


#ad306d Background Color

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

This div background color is #ad306d


#ad306d Border Color

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

This div border color is #ad306d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad306d


Comments

No comments written yet.

Please login to write comment.