Color Hex Logo

#ada1eb Color Hex

#ADA1EB
(173,161,235)
0 Favorites   0 Comments

Color spaces of #ada1eb

RGB 173161235
HSL0.690.650.78
HSV250°31°92°
CMYK 0.260.310.00   0.08
XYZ44.973840.372184.0195
Yxy40.37210.26550.2384
Hunter Lab63.539015.1514-33.9235
CIE-Lab69.733720.0802-35.6271

#ada1eb color RGB value is (173,161,235).

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

The process color (four color CMYK) of #ada1eb color hex is 0.26, 0.31, 0.00, 0.08. Web safe color of #ada1eb is #9999ff. Color #ada1eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100001 11101011
Octal 255 241 353
Decimal 173 161 235
Hex AD A1 EB

RGB Percentages of Color #ada1eb

%30.40
%28.30
%41.30

CMYK Percentages of Color #ada1eb

%26
%31
%0
%8

Triadic Colors of #ada1eb

#ada1eb #ebada1 #a1ebad

Analogous Colors of #ada1eb

#ada1eb #d2a1eb #a1baeb

Monochromatic Colors of #ada1eb

#ada1eb

Complementary Color

#ada1eb #dfeba1

#ada1eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada1eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada1eb Color CSS Codes

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

#ada1eb Text Font Color

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

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


#ada1eb Background Color

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

This div background color is #ada1eb


#ada1eb Border Color

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

This div border color is #ada1eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada1eb


Comments

No comments written yet.

Please login to write comment.