Color Hex Logo

#ad2798 Color Hex

#AD2798
(173,39,152)
0 Favorites   0 Comments

Color spaces of #ad2798

RGB 17339152
HSL0.860.630.42
HSV309°77°68°
CMYK 0.000.770.12   0.32
XYZ23.626612.602330.8930
Yxy12.60230.35200.1878
Hunter Lab35.499756.6750-26.7463
CIE-Lab42.157863.7018-31.1485

#ad2798 color RGB value is (173,39,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00100111 10011000
Octal 255 47 230
Decimal 173 39 152
Hex AD 27 98

RGB Percentages of Color #ad2798

%47.53
%10.71
%41.76

CMYK Percentages of Color #ad2798

%0
%77
%12
%32

Triadic Colors of #ad2798

#ad2798 #98ad27 #2798ad

Analogous Colors of #ad2798

#ad2798 #ad2755 #7f27ad

Monochromatic Colors of #ad2798

#ad2798

Complementary Color

#ad2798 #27ad3c

#ad2798 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad2798 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad2798 Color CSS Codes

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

#ad2798 Text Font Color

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

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


#ad2798 Background Color

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

This div background color is #ad2798


#ad2798 Border Color

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

This div border color is #ad2798


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad2798


Comments

No comments written yet.

Please login to write comment.