Color Hex Logo

#ad73b3 Color Hex

#AD73B3
(173,115,179)
0 Favorites   0 Comments

Color spaces of #ad73b3

RGB 173115179
HSL0.820.300.58
HSV294°36°70°
CMYK 0.030.360.00   0.30
XYZ31.501024.400445.6973
Yxy24.40040.31010.2402
Hunter Lab49.396827.3876-20.2719
CIE-Lab56.486533.5763-24.7641

#ad73b3 color RGB value is (173,115,179).

#ad73b3 hex color red value is 173, green value is 115 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #ad73b3 hue: 0.82 , saturation: 0.30 and the lightness value of ad73b3 is 0.58.

The process color (four color CMYK) of #ad73b3 color hex is 0.03, 0.36, 0.00, 0.30. Web safe color of #ad73b3 is #9966cc. Color #ad73b3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110011 10110011
Octal 255 163 263
Decimal 173 115 179
Hex AD 73 B3

RGB Percentages of Color #ad73b3

%37.04
%24.63
%38.33

CMYK Percentages of Color #ad73b3

%3
%36
%0
%30

Triadic Colors of #ad73b3

#ad73b3 #b3ad73 #73b3ad

Analogous Colors of #ad73b3

#ad73b3 #b37399 #8d73b3

Monochromatic Colors of #ad73b3

#ad73b3

Complementary Color

#ad73b3 #79b373

#ad73b3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad73b3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad73b3 Color CSS Codes

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

#ad73b3 Text Font Color

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

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


#ad73b3 Background Color

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

This div background color is #ad73b3


#ad73b3 Border Color

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

This div border color is #ad73b3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad73b3


Comments

No comments written yet.

Please login to write comment.