Color Hex Logo

#ad49ba Color Hex

#AD49BA
(173,73,186)
0 Favorites   0 Comments

Color spaces of #ad49ba

RGB 17373186
HSL0.810.450.51
HSV293°61°73°
CMYK 0.070.610.00   0.27
XYZ28.479117.194548.2722
Yxy17.19450.30310.1830
Hunter Lab41.466350.0282-39.9950
CIE-Lab48.504256.5442-41.2879

#ad49ba color RGB value is (173,73,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01001001 10111010
Octal 255 111 272
Decimal 173 73 186
Hex AD 49 BA

RGB Percentages of Color #ad49ba

%40.05
%16.90
%43.06

CMYK Percentages of Color #ad49ba

%7
%61
%0
%27

Triadic Colors of #ad49ba

#ad49ba #baad49 #49baad

Analogous Colors of #ad49ba

#ad49ba #ba498f #7549ba

Monochromatic Colors of #ad49ba

#ad49ba

Complementary Color

#ad49ba #56ba49

#ad49ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad49ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad49ba Color CSS Codes

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

#ad49ba Text Font Color

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

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


#ad49ba Background Color

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

This div background color is #ad49ba


#ad49ba Border Color

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

This div border color is #ad49ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad49ba


Comments

No comments written yet.

Please login to write comment.