Color Hex Logo

#ad1dfb Color Hex

#AD1DFB
(173,29,251)
0 Favorites   0 Comments

Color spaces of #ad1dfb

RGB 17329251
HSL0.770.970.55
HSV279°88°98°
CMYK 0.310.880.00   0.02
XYZ35.085516.728092.6464
Yxy16.72800.24290.1158
Hunter Lab40.899981.5494-105.6738
CIE-Lab47.915583.1762-79.3199

#ad1dfb color RGB value is (173,29,251).

#ad1dfb hex color red value is 173, green value is 29 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ad1dfb hue: 0.77 , saturation: 0.97 and the lightness value of ad1dfb is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00011101 11111011
Octal 255 35 373
Decimal 173 29 251
Hex AD 1D FB

RGB Percentages of Color #ad1dfb

%38.19
%6.40
%55.41

CMYK Percentages of Color #ad1dfb

%31
%88
%0
%2

Triadic Colors of #ad1dfb

#ad1dfb #fbad1d #1dfbad

Analogous Colors of #ad1dfb

#ad1dfb #fb1dda #3e1dfb

Monochromatic Colors of #ad1dfb

#ad1dfb

Complementary Color

#ad1dfb #6bfb1d

#ad1dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad1dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad1dfb Color CSS Codes

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

#ad1dfb Text Font Color

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

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


#ad1dfb Background Color

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

This div background color is #ad1dfb


#ad1dfb Border Color

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

This div border color is #ad1dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad1dfb


Comments

No comments written yet.

Please login to write comment.