Color Hex Logo

#ada1ed Color Hex

#ADA1ED
(173,161,237)
0 Favorites   0 Comments

Color spaces of #ada1ed

RGB 173161237
HSL0.690.680.78
HSV249°32°93°
CMYK 0.270.320.00   0.07
XYZ45.264540.488485.5501
Yxy40.48840.26420.2364
Hunter Lab63.630515.6253-35.1730
CIE-Lab69.816020.5634-36.5926

#ada1ed color RGB value is (173,161,237).

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

The process color (four color CMYK) of #ada1ed color hex is 0.27, 0.32, 0.00, 0.07. Web safe color of #ada1ed is #9999ff. Color #ada1ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100001 11101101
Octal 255 241 355
Decimal 173 161 237
Hex AD A1 ED

RGB Percentages of Color #ada1ed

%30.30
%28.20
%41.51

CMYK Percentages of Color #ada1ed

%27
%32
%0
%7

Triadic Colors of #ada1ed

#ada1ed #edada1 #a1edad

Analogous Colors of #ada1ed

#ada1ed #d3a1ed #a1bbed

Monochromatic Colors of #ada1ed

#ada1ed

Complementary Color

#ada1ed #e1eda1

#ada1ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada1ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada1ed Color CSS Codes

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

#ada1ed Text Font Color

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

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


#ada1ed Background Color

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

This div background color is #ada1ed


#ada1ed Border Color

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

This div border color is #ada1ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada1ed


Comments

No comments written yet.

Please login to write comment.