Color Hex Logo

#ada1dc Color Hex

#ADA1DC
(173,161,220)
0 Favorites   0 Comments

Color spaces of #ada1dc

RGB 173161220
HSL0.700.460.75
HSV252°27°86°
CMYK 0.210.270.00   0.14
XYZ42.896739.541373.0815
Yxy39.54130.27580.2543
Hunter Lab62.881911.7257-24.8897
CIE-Lab69.141616.5397-28.3148

#ada1dc color RGB value is (173,161,220).

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

The process color (four color CMYK) of #ada1dc color hex is 0.21, 0.27, 0.00, 0.14. Web safe color of #ada1dc is #9999cc. Color #ada1dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100001 11011100
Octal 255 241 334
Decimal 173 161 220
Hex AD A1 DC

RGB Percentages of Color #ada1dc

%31.23
%29.06
%39.71

CMYK Percentages of Color #ada1dc

%21
%27
%0
%14

Triadic Colors of #ada1dc

#ada1dc #dcada1 #a1dcad

Analogous Colors of #ada1dc

#ada1dc #cba1dc #a1b3dc

Monochromatic Colors of #ada1dc

#ada1dc

Complementary Color

#ada1dc #d0dca1

#ada1dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada1dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada1dc Color CSS Codes

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

#ada1dc Text Font Color

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

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


#ada1dc Background Color

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

This div background color is #ada1dc


#ada1dc Border Color

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

This div border color is #ada1dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada1dc


Comments

No comments written yet.

Please login to write comment.