Color Hex Logo

#ada1df Color Hex

#ADA1DF
(173,161,223)
0 Favorites   0 Comments

Color spaces of #ada1df

RGB 173161223
HSL0.700.490.75
HSV252°28°87°
CMYK 0.220.280.00   0.13
XYZ43.297739.701775.1932
Yxy39.70170.27370.2510
Hunter Lab63.009312.3925-26.6482
CIE-Lab69.256517.2356-29.7872

#ada1df color RGB value is (173,161,223).

#ada1df hex color red value is 173, green value is 161 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ada1df hue: 0.70 , saturation: 0.49 and the lightness value of ada1df is 0.75.

The process color (four color CMYK) of #ada1df color hex is 0.22, 0.28, 0.00, 0.13. Web safe color of #ada1df is #9999cc. Color #ada1df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100001 11011111
Octal 255 241 337
Decimal 173 161 223
Hex AD A1 DF

RGB Percentages of Color #ada1df

%31.06
%28.90
%40.04

CMYK Percentages of Color #ada1df

%22
%28
%0
%13

Triadic Colors of #ada1df

#ada1df #dfada1 #a1dfad

Analogous Colors of #ada1df

#ada1df #cca1df #a1b4df

Monochromatic Colors of #ada1df

#ada1df

Complementary Color

#ada1df #d3dfa1

#ada1df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada1df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada1df Color CSS Codes

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

#ada1df Text Font Color

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

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


#ada1df Background Color

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

This div background color is #ada1df


#ada1df Border Color

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

This div border color is #ada1df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada1df


Comments

No comments written yet.

Please login to write comment.