Color Hex Logo

#ad13bb Color Hex

#AD13BB
(173,19,187)
0 Favorites   0 Comments

Color spaces of #ad13bb

RGB 17319187
HSL0.820.820.40
HSV295°90°73°
CMYK 0.070.900.00   0.27
XYZ26.436112.937848.1176
Yxy12.93780.30220.1479
Hunter Lab35.969268.2454-54.1366
CIE-Lab42.669473.4944-51.1850

#ad13bb color RGB value is (173,19,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00010011 10111011
Octal 255 23 273
Decimal 173 19 187
Hex AD 13 BB

RGB Percentages of Color #ad13bb

%45.65
%5.01
%49.34

CMYK Percentages of Color #ad13bb

%7
%90
%0
%27

Triadic Colors of #ad13bb

#ad13bb #bbad13 #13bbad

Analogous Colors of #ad13bb

#ad13bb #bb1375 #5913bb

Monochromatic Colors of #ad13bb

#ad13bb

Complementary Color

#ad13bb #21bb13

#ad13bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad13bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad13bb Color CSS Codes

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

#ad13bb Text Font Color

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

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


#ad13bb Background Color

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

This div background color is #ad13bb


#ad13bb Border Color

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

This div border color is #ad13bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,19,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ad13bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad13bb


Comments

No comments written yet.

Please login to write comment.