Color Hex Logo

#ad49bb Color Hex

#AD49BB
(173,73,187)
0 Favorites   0 Comments

Color spaces of #ad49bb

RGB 17373187
HSL0.810.460.51
HSV293°61°73°
CMYK 0.070.610.00   0.27
XYZ28.585817.237248.8342
Yxy17.23720.30200.1821
Hunter Lab41.517750.2450-40.6760
CIE-Lab48.557556.7316-41.7855

#ad49bb color RGB value is (173,73,187).

#ad49bb hex color red value is 173, green value is 73 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ad49bb hue: 0.81 , saturation: 0.46 and the lightness value of ad49bb is 0.51.

The process color (four color CMYK) of #ad49bb color hex is 0.07, 0.61, 0.00, 0.27. Web safe color of #ad49bb is #9933cc. Color #ad49bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01001001 10111011
Octal 255 111 273
Decimal 173 73 187
Hex AD 49 BB

RGB Percentages of Color #ad49bb

%39.95
%16.86
%43.19

CMYK Percentages of Color #ad49bb

%7
%61
%0
%27

Triadic Colors of #ad49bb

#ad49bb #bbad49 #49bbad

Analogous Colors of #ad49bb

#ad49bb #bb4990 #7449bb

Monochromatic Colors of #ad49bb

#ad49bb

Complementary Color

#ad49bb #57bb49

#ad49bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad49bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad49bb Color CSS Codes

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

#ad49bb Text Font Color

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

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


#ad49bb Background Color

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

This div background color is #ad49bb


#ad49bb Border Color

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

This div border color is #ad49bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad49bb


Comments

No comments written yet.

Please login to write comment.