Color Hex Logo

#d8adda Color Hex

#D8ADDA
(216,173,218)
0 Favorites   0 Comments

Color spaces of #d8adda

RGB 216173218
HSL0.830.380.77
HSV297°21°85°
CMYK 0.010.210.00   0.15
XYZ55.917449.548072.9462
Yxy49.54800.31340.2777
Hunter Lab70.390318.6156-12.1696
CIE-Lab75.791023.3095-16.7422

#d8adda color RGB value is (216,173,218).

#d8adda hex color red value is 216, green value is 173 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d8adda hue: 0.83 , saturation: 0.38 and the lightness value of d8adda is 0.77.

The process color (four color CMYK) of #d8adda color hex is 0.01, 0.21, 0.00, 0.15. Web safe color of #d8adda is #cc99cc. Color #d8adda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10101101 11011010
Octal 330 255 332
Decimal 216 173 218
Hex D8 AD DA

RGB Percentages of Color #d8adda

%35.58
%28.50
%35.91

CMYK Percentages of Color #d8adda

%1
%21
%0
%15

Triadic Colors of #d8adda

#d8adda #dad8ad #addad8

Analogous Colors of #d8adda

#d8adda #daadc6 #c2adda

Monochromatic Colors of #d8adda

#d8adda

Complementary Color

#d8adda #afdaad

#d8adda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8adda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8adda Color CSS Codes

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

#d8adda Text Font Color

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

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


#d8adda Background Color

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

This div background color is #d8adda


#d8adda Border Color

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

This div border color is #d8adda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8adda


Comments

No comments written yet.

Please login to write comment.