Color Hex Logo

#ad4db5 Color Hex

#AD4DB5
(173,77,181)
0 Favorites   0 Comments

Color spaces of #ad4db5

RGB 17377181
HSL0.820.410.51
HSV295°57°71°
CMYK 0.040.570.00   0.29
XYZ28.227917.528245.6116
Yxy17.52820.30890.1918
Hunter Lab41.866747.0839-35.2867
CIE-Lab48.918853.7705-37.7182

#ad4db5 color RGB value is (173,77,181).

#ad4db5 hex color red value is 173, green value is 77 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #ad4db5 hue: 0.82 , saturation: 0.41 and the lightness value of ad4db5 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01001101 10110101
Octal 255 115 265
Decimal 173 77 181
Hex AD 4D B5

RGB Percentages of Color #ad4db5

%40.14
%17.87
%42.00

CMYK Percentages of Color #ad4db5

%4
%57
%0
%29

Triadic Colors of #ad4db5

#ad4db5 #b5ad4d #4db5ad

Analogous Colors of #ad4db5

#ad4db5 #b54d89 #794db5

Monochromatic Colors of #ad4db5

#ad4db5

Complementary Color

#ad4db5 #55b54d

#ad4db5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad4db5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad4db5 Color CSS Codes

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

#ad4db5 Text Font Color

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

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


#ad4db5 Background Color

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

This div background color is #ad4db5


#ad4db5 Border Color

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

This div border color is #ad4db5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,77,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 #ad4db5">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad4db5


Comments

No comments written yet.

Please login to write comment.