Color Hex Logo

#ad3fab Color Hex

#AD3FAB
(173,63,171)
0 Favorites   0 Comments

Color spaces of #ad3fab

RGB 17363171
HSL0.840.470.46
HSV301°64°68°
CMYK 0.000.640.01   0.32
XYZ26.361815.379540.1072
Yxy15.37950.32210.1879
Hunter Lab39.216751.3600-33.1846
CIE-Lab46.149758.1871-36.2129

#ad3fab color RGB value is (173,63,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00111111 10101011
Octal 255 77 253
Decimal 173 63 171
Hex AD 3F AB

RGB Percentages of Color #ad3fab

%42.51
%15.48
%42.01

CMYK Percentages of Color #ad3fab

%0
%64
%1
%32

Triadic Colors of #ad3fab

#ad3fab #abad3f #3fabad

Analogous Colors of #ad3fab

#ad3fab #ad3f74 #783fad

Monochromatic Colors of #ad3fab

#ad3fab

Complementary Color

#ad3fab #3fad41

#ad3fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad3fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad3fab Color CSS Codes

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

#ad3fab Text Font Color

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

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


#ad3fab Background Color

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

This div background color is #ad3fab


#ad3fab Border Color

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

This div border color is #ad3fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad3fab


Comments

No comments written yet.

Please login to write comment.