Color Hex Logo

#ada3dd Color Hex

#ADA3DD
(173,163,221)
0 Favorites   0 Comments

Color spaces of #ada3dd

RGB 173163221
HSL0.700.460.75
HSV250°26°87°
CMYK 0.220.260.00   0.13
XYZ43.381940.299173.8986
Yxy40.29910.27530.2557
Hunter Lab63.481610.8902-24.5821
CIE-Lab69.682015.6507-28.0332

#ada3dd color RGB value is (173,163,221).

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

The process color (four color CMYK) of #ada3dd color hex is 0.22, 0.26, 0.00, 0.13. Web safe color of #ada3dd is #9999cc. Color #ada3dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100011 11011101
Octal 255 243 335
Decimal 173 163 221
Hex AD A3 DD

RGB Percentages of Color #ada3dd

%31.06
%29.26
%39.68

CMYK Percentages of Color #ada3dd

%22
%26
%0
%13

Triadic Colors of #ada3dd

#ada3dd #ddada3 #a3ddad

Analogous Colors of #ada3dd

#ada3dd #caa3dd #a3b6dd

Monochromatic Colors of #ada3dd

#ada3dd

Complementary Color

#ada3dd #d3dda3

#ada3dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada3dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada3dd Color CSS Codes

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

#ada3dd Text Font Color

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

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


#ada3dd Background Color

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

This div background color is #ada3dd


#ada3dd Border Color

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

This div border color is #ada3dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada3dd


Comments

No comments written yet.

Please login to write comment.