Color Hex Logo

#ad79b5 Color Hex

#AD79B5
(173,121,181)
0 Favorites   0 Comments

Color spaces of #ad79b5

RGB 173121181
HSL0.810.290.59
HSV292°33°71°
CMYK 0.040.330.00   0.29
XYZ32.411425.895247.0061
Yxy25.89520.30780.2459
Hunter Lab50.887324.6383-19.1468
CIE-Lab57.937430.6239-23.6786

#ad79b5 color RGB value is (173,121,181).

#ad79b5 hex color red value is 173, green value is 121 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #ad79b5 hue: 0.81 , saturation: 0.29 and the lightness value of ad79b5 is 0.59.

The process color (four color CMYK) of #ad79b5 color hex is 0.04, 0.33, 0.00, 0.29. Web safe color of #ad79b5 is #9966cc. Color #ad79b5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01111001 10110101
Octal 255 171 265
Decimal 173 121 181
Hex AD 79 B5

RGB Percentages of Color #ad79b5

%36.42
%25.47
%38.11

CMYK Percentages of Color #ad79b5

%4
%33
%0
%29

Triadic Colors of #ad79b5

#ad79b5 #b5ad79 #79b5ad

Analogous Colors of #ad79b5

#ad79b5 #b5799f #8f79b5

Monochromatic Colors of #ad79b5

#ad79b5

Complementary Color

#ad79b5 #81b579

#ad79b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad79b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad79b5 Color CSS Codes

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

#ad79b5 Text Font Color

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

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


#ad79b5 Background Color

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

This div background color is #ad79b5


#ad79b5 Border Color

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

This div border color is #ad79b5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad79b5


Comments

No comments written yet.

Please login to write comment.