Color Hex Logo

#ad1bab Color Hex

#AD1BAB
(173,27,171)
0 Favorites   0 Comments

Color spaces of #ad1bab

RGB 17327171
HSL0.840.730.39
HSV301°84°68°
CMYK 0.000.840.01   0.32
XYZ24.976212.608439.6453
Yxy12.60840.32340.1633
Hunter Lab35.508363.4156-41.3419
CIE-Lab42.167269.5369-42.5268

#ad1bab color RGB value is (173,27,171).

#ad1bab hex color red value is 173, green value is 27 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ad1bab hue: 0.84 , saturation: 0.73 and the lightness value of ad1bab is 0.39.

The process color (four color CMYK) of #ad1bab color hex is 0.00, 0.84, 0.01, 0.32. Web safe color of #ad1bab is #993399. Color #ad1bab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00011011 10101011
Octal 255 33 253
Decimal 173 27 171
Hex AD 1B AB

RGB Percentages of Color #ad1bab

%46.63
%7.28
%46.09

CMYK Percentages of Color #ad1bab

%0
%84
%1
%32

Triadic Colors of #ad1bab

#ad1bab #abad1b #1babad

Analogous Colors of #ad1bab

#ad1bab #ad1b62 #661bad

Monochromatic Colors of #ad1bab

#ad1bab

Complementary Color

#ad1bab #1bad1d

#ad1bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad1bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad1bab Color CSS Codes

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

#ad1bab Text Font Color

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

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


#ad1bab Background Color

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

This div background color is #ad1bab


#ad1bab Border Color

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

This div border color is #ad1bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad1bab


Comments

No comments written yet.

Please login to write comment.