Color Hex Logo

#ad2793 Color Hex

#AD2793
(173,39,147)
0 Favorites   0 Comments

Color spaces of #ad2793

RGB 17339147
HSL0.870.630.42
HSV312°77°68°
CMYK 0.000.770.15   0.32
XYZ23.225612.441928.7812
Yxy12.44190.36040.1931
Hunter Lab35.273155.8057-23.6867
CIE-Lab41.910062.9811-28.5102

#ad2793 color RGB value is (173,39,147).

#ad2793 hex color red value is 173, green value is 39 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #ad2793 hue: 0.87 , saturation: 0.63 and the lightness value of ad2793 is 0.42.

The process color (four color CMYK) of #ad2793 color hex is 0.00, 0.77, 0.15, 0.32. Web safe color of #ad2793 is #993399. Color #ad2793 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00100111 10010011
Octal 255 47 223
Decimal 173 39 147
Hex AD 27 93

RGB Percentages of Color #ad2793

%48.19
%10.86
%40.95

CMYK Percentages of Color #ad2793

%0
%77
%15
%32

Triadic Colors of #ad2793

#ad2793 #93ad27 #2793ad

Analogous Colors of #ad2793

#ad2793 #ad2750 #8427ad

Monochromatic Colors of #ad2793

#ad2793

Complementary Color

#ad2793 #27ad41

#ad2793 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad2793 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad2793 Color CSS Codes

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

#ad2793 Text Font Color

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

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


#ad2793 Background Color

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

This div background color is #ad2793


#ad2793 Border Color

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

This div border color is #ad2793


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad2793


Comments

No comments written yet.

Please login to write comment.