Color Hex Logo

#ad13ba Color Hex

#AD13BA
(173,19,186)
0 Favorites   0 Comments

Color spaces of #ad13ba

RGB 17319186
HSL0.820.810.40
HSV295°90°73°
CMYK 0.070.900.00   0.27
XYZ26.329412.895247.5557
Yxy12.89520.30340.1486
Hunter Lab35.909968.0352-53.3812
CIE-Lab42.604973.3325-50.7008

#ad13ba color RGB value is (173,19,186).

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

The process color (four color CMYK) of #ad13ba color hex is 0.07, 0.90, 0.00, 0.27. Web safe color of #ad13ba is #9900cc. Color #ad13ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00010011 10111010
Octal 255 23 272
Decimal 173 19 186
Hex AD 13 BA

RGB Percentages of Color #ad13ba

%45.77
%5.03
%49.21

CMYK Percentages of Color #ad13ba

%7
%90
%0
%27

Triadic Colors of #ad13ba

#ad13ba #baad13 #13baad

Analogous Colors of #ad13ba

#ad13ba #ba1374 #5913ba

Monochromatic Colors of #ad13ba

#ad13ba

Complementary Color

#ad13ba #20ba13

#ad13ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad13ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad13ba Color CSS Codes

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

#ad13ba Text Font Color

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

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


#ad13ba Background Color

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

This div background color is #ad13ba


#ad13ba Border Color

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

This div border color is #ad13ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad13ba


Comments

No comments written yet.

Please login to write comment.