Color Hex Logo

#ad306f Color Hex

#AD306F
(173,48,111)
0 Favorites   0 Comments

Color spaces of #ad306f

RGB 17348111
HSL0.920.570.43
HSV330°72°68°
CMYK 0.000.720.36   0.32
XYZ21.159812.145816.2681
Yxy12.14580.42680.2450
Hunter Lab34.850847.3880-3.2805
CIE-Lab41.446955.4201-7.0797

#ad306f color RGB value is (173,48,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00110000 01101111
Octal 255 60 157
Decimal 173 48 111
Hex AD 30 6F

RGB Percentages of Color #ad306f

%52.11
%14.46
%33.43

CMYK Percentages of Color #ad306f

%0
%72
%36
%32

Triadic Colors of #ad306f

#ad306f #6fad30 #306fad

Analogous Colors of #ad306f

#ad306f #ad3031 #ad30ad

Monochromatic Colors of #ad306f

#ad306f

Complementary Color

#ad306f #30ad6e

#ad306f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad306f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad306f Color CSS Codes

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

#ad306f Text Font Color

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

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


#ad306f Background Color

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

This div background color is #ad306f


#ad306f Border Color

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

This div border color is #ad306f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad306f


Comments

No comments written yet.

Please login to write comment.