Color Hex Logo

#ad3ffb Color Hex

#AD3FFB
(173,63,251)
0 Favorites   0 Comments

Color spaces of #ad3ffb

RGB 17363251
HSL0.760.960.62
HSV275°75°98°
CMYK 0.310.750.00   0.02
XYZ36.423719.404393.0924
Yxy19.40430.24460.1303
Hunter Lab44.050370.5075-94.4635
CIE-Lab51.156973.7078-74.0349

#ad3ffb color RGB value is (173,63,251).

#ad3ffb hex color red value is 173, green value is 63 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ad3ffb hue: 0.76 , saturation: 0.96 and the lightness value of ad3ffb is 0.62.

The process color (four color CMYK) of #ad3ffb color hex is 0.31, 0.75, 0.00, 0.02. Web safe color of #ad3ffb is #9933ff. Color #ad3ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00111111 11111011
Octal 255 77 373
Decimal 173 63 251
Hex AD 3F FB

RGB Percentages of Color #ad3ffb

%35.52
%12.94
%51.54

CMYK Percentages of Color #ad3ffb

%31
%75
%0
%2

Triadic Colors of #ad3ffb

#ad3ffb #fbad3f #3ffbad

Analogous Colors of #ad3ffb

#ad3ffb #fb3feb #4f3ffb

Monochromatic Colors of #ad3ffb

#ad3ffb

Complementary Color

#ad3ffb #8dfb3f

#ad3ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad3ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad3ffb Color CSS Codes

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

#ad3ffb Text Font Color

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

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


#ad3ffb Background Color

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

This div background color is #ad3ffb


#ad3ffb Border Color

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

This div border color is #ad3ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad3ffb


Comments

No comments written yet.

Please login to write comment.