Color Hex Logo

#ad53ba Color Hex

#AD53BA
(173,83,186)
0 Favorites   0 Comments

Color spaces of #ad53ba

RGB 17383186
HSL0.810.430.53
HSV292°55°73°
CMYK 0.070.550.00   0.27
XYZ29.189818.615948.5091
Yxy18.61590.30310.1933
Hunter Lab43.146145.2554-36.4573
CIE-Lab50.234851.8451-38.5532

#ad53ba color RGB value is (173,83,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01010011 10111010
Octal 255 123 272
Decimal 173 83 186
Hex AD 53 BA

RGB Percentages of Color #ad53ba

%39.14
%18.78
%42.08

CMYK Percentages of Color #ad53ba

%7
%55
%0
%27

Triadic Colors of #ad53ba

#ad53ba #baad53 #53baad

Analogous Colors of #ad53ba

#ad53ba #ba5394 #7a53ba

Monochromatic Colors of #ad53ba

#ad53ba

Complementary Color

#ad53ba #60ba53

#ad53ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad53ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad53ba Color CSS Codes

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

#ad53ba Text Font Color

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

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


#ad53ba Background Color

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

This div background color is #ad53ba


#ad53ba Border Color

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

This div border color is #ad53ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad53ba


Comments

No comments written yet.

Please login to write comment.