Color Hex Logo

#ad0ffb Color Hex

#AD0FFB
(173,15,251)
0 Favorites   0 Comments

Color spaces of #ad0ffb

RGB 17315251
HSL0.780.970.52
HSV280°94°98°
CMYK 0.310.940.00   0.02
XYZ34.817016.190992.5569
Yxy16.19090.24250.1128
Hunter Lab40.237984.0358-108.2147
CIE-Lab47.224085.2396-80.4512

#ad0ffb color RGB value is (173,15,251).

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

The process color (four color CMYK) of #ad0ffb color hex is 0.31, 0.94, 0.00, 0.02. Web safe color of #ad0ffb is #9900ff. Color #ad0ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00001111 11111011
Octal 255 17 373
Decimal 173 15 251
Hex AD F FB

RGB Percentages of Color #ad0ffb

%39.41
%3.42
%57.18

CMYK Percentages of Color #ad0ffb

%31
%94
%0
%2

Triadic Colors of #ad0ffb

#ad0ffb #fbad0f #0ffbad

Analogous Colors of #ad0ffb

#ad0ffb #fb0fd3 #370ffb

Monochromatic Colors of #ad0ffb

#ad0ffb

Complementary Color

#ad0ffb #5dfb0f

#ad0ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad0ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad0ffb Color CSS Codes

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

#ad0ffb Text Font Color

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

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


#ad0ffb Background Color

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

This div background color is #ad0ffb


#ad0ffb Border Color

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

This div border color is #ad0ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad0ffb


Comments

No comments written yet.

Please login to write comment.