Color Hex Logo

#ad39ba Color Hex

#AD39BA
(173,57,186)
0 Favorites   0 Comments

Color spaces of #ad39ba

RGB 17357186
HSL0.820.530.48
HSV294°69°73°
CMYK 0.070.690.00   0.27
XYZ27.559615.355747.9658
Yxy15.35570.30320.1690
Hunter Lab39.186356.9622-45.1431
CIE-Lab46.117663.1910-45.0794

#ad39ba color RGB value is (173,57,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00111001 10111010
Octal 255 71 272
Decimal 173 57 186
Hex AD 39 BA

RGB Percentages of Color #ad39ba

%41.59
%13.70
%44.71

CMYK Percentages of Color #ad39ba

%7
%69
%0
%27

Triadic Colors of #ad39ba

#ad39ba #baad39 #39baad

Analogous Colors of #ad39ba

#ad39ba #ba3987 #6d39ba

Monochromatic Colors of #ad39ba

#ad39ba

Complementary Color

#ad39ba #46ba39

#ad39ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad39ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad39ba Color CSS Codes

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

#ad39ba Text Font Color

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

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


#ad39ba Background Color

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

This div background color is #ad39ba


#ad39ba Border Color

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

This div border color is #ad39ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad39ba

#ad39ba Color Palettes


Comments

No comments written yet.

Please login to write comment.