Color Hex Logo

#ad3bab Color Hex

#AD3BAB
(173,59,171)
0 Favorites   0 Comments

Color spaces of #ad3bab

RGB 17359171
HSL0.840.490.45
HSV301°66°68°
CMYK 0.000.660.01   0.32
XYZ26.148214.952440.0360
Yxy14.95240.32230.1843
Hunter Lab38.668353.0352-34.3192
CIE-Lab45.568959.8071-37.1293

#ad3bab color RGB value is (173,59,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00111011 10101011
Octal 255 73 253
Decimal 173 59 171
Hex AD 3B AB

RGB Percentages of Color #ad3bab

%42.93
%14.64
%42.43

CMYK Percentages of Color #ad3bab

%0
%66
%1
%32

Triadic Colors of #ad3bab

#ad3bab #abad3b #3babad

Analogous Colors of #ad3bab

#ad3bab #ad3b72 #763bad

Monochromatic Colors of #ad3bab

#ad3bab

Complementary Color

#ad3bab #3bad3d

#ad3bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad3bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad3bab Color CSS Codes

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

#ad3bab Text Font Color

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

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


#ad3bab Background Color

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

This div background color is #ad3bab


#ad3bab Border Color

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

This div border color is #ad3bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad3bab


Comments

No comments written yet.

Please login to write comment.