Color Hex Logo

#ad3aba Color Hex

#AD3ABA
(173,58,186)
0 Favorites   0 Comments

Color spaces of #ad3aba

RGB 17358186
HSL0.820.520.48
HSV294°69°73°
CMYK 0.070.690.00   0.27
XYZ27.609615.455547.9824
Yxy15.45550.30320.1698
Hunter Lab39.313556.5608-44.8444
CIE-Lab46.251962.8122-44.8655

#ad3aba color RGB value is (173,58,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00111010 10111010
Octal 255 72 272
Decimal 173 58 186
Hex AD 3A BA

RGB Percentages of Color #ad3aba

%41.49
%13.91
%44.60

CMYK Percentages of Color #ad3aba

%7
%69
%0
%27

Triadic Colors of #ad3aba

#ad3aba #baad3a #3abaad

Analogous Colors of #ad3aba

#ad3aba #ba3a87 #6d3aba

Monochromatic Colors of #ad3aba

#ad3aba

Complementary Color

#ad3aba #47ba3a

#ad3aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad3aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad3aba Color CSS Codes

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

#ad3aba Text Font Color

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

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


#ad3aba Background Color

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

This div background color is #ad3aba


#ad3aba Border Color

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

This div border color is #ad3aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad3aba


Comments

No comments written yet.

Please login to write comment.