Color Hex Logo

#ada0fb Color Hex

#ADA0FB
(173,160,251)
0 Favorites   0 Comments

Color spaces of #ada0fb

RGB 173160251
HSL0.690.920.81
HSV249°36°98°
CMYK 0.310.360.00   0.02
XYZ47.217040.990996.6902
Yxy40.99090.25540.2217
Hunter Lab64.024119.5993-44.7237
CIE-Lab70.169524.5748-43.6690

#ada0fb color RGB value is (173,160,251).

#ada0fb hex color red value is 173, green value is 160 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ada0fb hue: 0.69 , saturation: 0.92 and the lightness value of ada0fb is 0.81.

The process color (four color CMYK) of #ada0fb color hex is 0.31, 0.36, 0.00, 0.02. Web safe color of #ada0fb is #9999ff. Color #ada0fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100000 11111011
Octal 255 240 373
Decimal 173 160 251
Hex AD A0 FB

RGB Percentages of Color #ada0fb

%29.62
%27.40
%42.98

CMYK Percentages of Color #ada0fb

%31
%36
%0
%2

Triadic Colors of #ada0fb

#ada0fb #fbada0 #a0fbad

Analogous Colors of #ada0fb

#ada0fb #dba0fb #a0c1fb

Monochromatic Colors of #ada0fb

#ada0fb

Complementary Color

#ada0fb #eefba0

#ada0fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada0fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada0fb Color CSS Codes

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

#ada0fb Text Font Color

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

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


#ada0fb Background Color

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

This div background color is #ada0fb


#ada0fb Border Color

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

This div border color is #ada0fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada0fb


Comments

No comments written yet.

Please login to write comment.