Color Hex Logo

#ad50ba Color Hex

#AD50BA
(173,80,186)
0 Favorites   0 Comments

Color spaces of #ad50ba

RGB 17380186
HSL0.810.430.52
HSV293°57°73°
CMYK 0.070.570.00   0.27
XYZ28.965218.166748.4343
Yxy18.16670.30310.1901
Hunter Lab42.622446.7152-37.5390
CIE-Lab49.697753.2927-39.4007

#ad50ba color RGB value is (173,80,186).

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

The process color (four color CMYK) of #ad50ba color hex is 0.07, 0.57, 0.00, 0.27. Web safe color of #ad50ba is #9966cc. Color #ad50ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01010000 10111010
Octal 255 120 272
Decimal 173 80 186
Hex AD 50 BA

RGB Percentages of Color #ad50ba

%39.41
%18.22
%42.37

CMYK Percentages of Color #ad50ba

%7
%57
%0
%27

Triadic Colors of #ad50ba

#ad50ba #baad50 #50baad

Analogous Colors of #ad50ba

#ad50ba #ba5092 #7850ba

Monochromatic Colors of #ad50ba

#ad50ba

Complementary Color

#ad50ba #5dba50

#ad50ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad50ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad50ba Color CSS Codes

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

#ad50ba Text Font Color

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

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


#ad50ba Background Color

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

This div background color is #ad50ba


#ad50ba Border Color

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

This div border color is #ad50ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad50ba


Comments

No comments written yet.

Please login to write comment.