Color Hex Logo

#ada1da Color Hex

#ADA1DA
(173,161,218)
0 Favorites   0 Comments

Color spaces of #ada1da

RGB 173161218
HSL0.700.440.74
HSV253°26°85°
CMYK 0.210.260.00   0.15
XYZ42.633339.435971.6945
Yxy39.43590.27730.2565
Hunter Lab62.798011.2864-23.7309
CIE-Lab69.065816.0795-27.3305

#ada1da color RGB value is (173,161,218).

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

The process color (four color CMYK) of #ada1da color hex is 0.21, 0.26, 0.00, 0.15. Web safe color of #ada1da is #9999cc. Color #ada1da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100001 11011010
Octal 255 241 332
Decimal 173 161 218
Hex AD A1 DA

RGB Percentages of Color #ada1da

%31.34
%29.17
%39.49

CMYK Percentages of Color #ada1da

%21
%26
%0
%15

Triadic Colors of #ada1da

#ada1da #daada1 #a1daad

Analogous Colors of #ada1da

#ada1da #caa1da #a1b2da

Monochromatic Colors of #ada1da

#ada1da

Complementary Color

#ada1da #cedaa1

#ada1da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada1da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada1da Color CSS Codes

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

#ada1da Text Font Color

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

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


#ada1da Background Color

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

This div background color is #ada1da


#ada1da Border Color

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

This div border color is #ada1da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada1da


Comments

No comments written yet.

Please login to write comment.