Color Hex Logo

#ada7dd Color Hex

#ADA7DD
(173,167,221)
0 Favorites   0 Comments

Color spaces of #ada7dd

RGB 173167221
HSL0.690.440.76
HSV247°24°87°
CMYK 0.220.240.00   0.13
XYZ44.103441.742174.1391
Yxy41.74210.27570.2609
Hunter Lab64.60818.7851-22.8108
CIE-Lab70.692713.4167-26.4810

#ada7dd color RGB value is (173,167,221).

#ada7dd hex color red value is 173, green value is 167 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ada7dd hue: 0.69 , saturation: 0.44 and the lightness value of ada7dd is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100111 11011101
Octal 255 247 335
Decimal 173 167 221
Hex AD A7 DD

RGB Percentages of Color #ada7dd

%30.84
%29.77
%39.39

CMYK Percentages of Color #ada7dd

%22
%24
%0
%13

Triadic Colors of #ada7dd

#ada7dd #ddada7 #a7ddad

Analogous Colors of #ada7dd

#ada7dd #c8a7dd #a7bcdd

Monochromatic Colors of #ada7dd

#ada7dd

Complementary Color

#ada7dd #d7dda7

#ada7dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada7dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada7dd Color CSS Codes

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

#ada7dd Text Font Color

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

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


#ada7dd Background Color

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

This div background color is #ada7dd


#ada7dd Border Color

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

This div border color is #ada7dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada7dd


Comments

No comments written yet.

Please login to write comment.