Color Hex Logo

#ad0783 Color Hex

#AD0783
(173,7,131)
0 Favorites   0 Comments

Color spaces of #ad0783

RGB 1737131
HSL0.880.920.35
HSV315°96°68°
CMYK 0.000.960.24   0.32
XYZ21.406310.674922.4050
Yxy10.67490.39290.1959
Hunter Lab32.672559.7726-17.7871
CIE-Lab39.027467.0211-23.2002

#ad0783 color RGB value is (173,7,131).

#ad0783 hex color red value is 173, green value is 7 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #ad0783 hue: 0.88 , saturation: 0.92 and the lightness value of ad0783 is 0.35.

The process color (four color CMYK) of #ad0783 color hex is 0.00, 0.96, 0.24, 0.32. Web safe color of #ad0783 is #990099. Color #ad0783 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00000111 10000011
Octal 255 7 203
Decimal 173 7 131
Hex AD 7 83

RGB Percentages of Color #ad0783

%55.63
%2.25
%42.12

CMYK Percentages of Color #ad0783

%0
%96
%24
%32

Triadic Colors of #ad0783

#ad0783 #83ad07 #0783ad

Analogous Colors of #ad0783

#ad0783 #ad0730 #8407ad

Monochromatic Colors of #ad0783

#ad0783

Complementary Color

#ad0783 #07ad31

#ad0783 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad0783 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad0783 Color CSS Codes

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

#ad0783 Text Font Color

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

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


#ad0783 Background Color

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

This div background color is #ad0783


#ad0783 Border Color

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

This div border color is #ad0783


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad0783


Comments

No comments written yet.

Please login to write comment.