Color Hex Logo

#ad0670 Color Hex

#AD0670
(173,6,112)
0 Favorites   0 Comments

Color spaces of #ad0670

RGB 1736112
HSL0.890.930.35
HSV322°97°68°
CMYK 0.000.970.35   0.32
XYZ20.223310.184316.2291
Yxy10.18430.43360.2184
Hunter Lab31.912957.2687-7.8126
CIE-Lab38.171265.0013-12.6426

#ad0670 color RGB value is (173,6,112).

#ad0670 hex color red value is 173, green value is 6 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #ad0670 hue: 0.89 , saturation: 0.93 and the lightness value of ad0670 is 0.35.

The process color (four color CMYK) of #ad0670 color hex is 0.00, 0.97, 0.35, 0.32. Web safe color of #ad0670 is #990066. Color #ad0670 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00000110 01110000
Octal 255 6 160
Decimal 173 6 112
Hex AD 6 70

RGB Percentages of Color #ad0670

%59.45
%2.06
%38.49

CMYK Percentages of Color #ad0670

%0
%97
%35
%32

Triadic Colors of #ad0670

#ad0670 #70ad06 #0670ad

Analogous Colors of #ad0670

#ad0670 #ad061c #9706ad

Monochromatic Colors of #ad0670

#ad0670

Complementary Color

#ad0670 #06ad43

#ad0670 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad0670 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad0670 Color CSS Codes

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

#ad0670 Text Font Color

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

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


#ad0670 Background Color

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

This div background color is #ad0670


#ad0670 Border Color

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

This div border color is #ad0670


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad0670


Comments

No comments written yet.

Please login to write comment.