Color Hex Logo

#ada3ed Color Hex

#ADA3ED
(173,163,237)
0 Favorites   0 Comments

Color spaces of #ada3ed

RGB 173163237
HSL0.690.670.78
HSV248°31°93°
CMYK 0.270.310.00   0.07
XYZ45.616841.193085.6675
Yxy41.19300.26450.2388
Hunter Lab64.181814.5497-34.2109
CIE-Lab70.310919.4404-35.8236

#ada3ed color RGB value is (173,163,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100011 11101101
Octal 255 243 355
Decimal 173 163 237
Hex AD A3 ED

RGB Percentages of Color #ada3ed

%30.19
%28.45
%41.36

CMYK Percentages of Color #ada3ed

%27
%31
%0
%7

Triadic Colors of #ada3ed

#ada3ed #edada3 #a3edad

Analogous Colors of #ada3ed

#ada3ed #d2a3ed #a3beed

Monochromatic Colors of #ada3ed

#ada3ed

Complementary Color

#ada3ed #e3eda3

#ada3ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada3ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada3ed Color CSS Codes

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

#ada3ed Text Font Color

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

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


#ada3ed Background Color

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

This div background color is #ada3ed


#ada3ed Border Color

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

This div border color is #ada3ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,163,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 #ada3ed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada3ed


Comments

No comments written yet.

Please login to write comment.