Color Hex Logo

#ada1fb Color Hex

#ADA1FB
(173,161,251)
0 Favorites   0 Comments

Color spaces of #ada1fb

RGB 173161251
HSL0.690.920.81
HSV248°36°98°
CMYK 0.310.360.00   0.02
XYZ47.391041.339096.7482
Yxy41.33900.25550.2229
Hunter Lab64.295419.0522-44.2095
CIE-Lab70.412824.0122-43.2881

#ada1fb color RGB value is (173,161,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100001 11111011
Octal 255 241 373
Decimal 173 161 251
Hex AD A1 FB

RGB Percentages of Color #ada1fb

%29.57
%27.52
%42.91

CMYK Percentages of Color #ada1fb

%31
%36
%0
%2

Triadic Colors of #ada1fb

#ada1fb #fbada1 #a1fbad

Analogous Colors of #ada1fb

#ada1fb #daa1fb #a1c2fb

Monochromatic Colors of #ada1fb

#ada1fb

Complementary Color

#ada1fb #effba1

#ada1fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada1fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada1fb Color CSS Codes

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

#ada1fb Text Font Color

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

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


#ada1fb Background Color

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

This div background color is #ada1fb


#ada1fb Border Color

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

This div border color is #ada1fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada1fb


Comments

No comments written yet.

Please login to write comment.