Color Hex Logo

#d4adde Color Hex

#D4ADDE
(212,173,222)
0 Favorites   0 Comments

Color spaces of #d4adde

RGB 212173222
HSL0.800.430.77
HSV288°22°87°
CMYK 0.050.220.00   0.13
XYZ55.279849.158175.6821
Yxy49.15810.30690.2729
Hunter Lab70.112818.0392-14.9206
CIE-Lab75.549622.7515-19.3194

#d4adde color RGB value is (212,173,222).

#d4adde hex color red value is 212, green value is 173 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d4adde hue: 0.80 , saturation: 0.43 and the lightness value of d4adde is 0.77.

The process color (four color CMYK) of #d4adde color hex is 0.05, 0.22, 0.00, 0.13. Web safe color of #d4adde is #cc99cc. Color #d4adde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10101101 11011110
Octal 324 255 336
Decimal 212 173 222
Hex D4 AD DE

RGB Percentages of Color #d4adde

%34.93
%28.50
%36.57

CMYK Percentages of Color #d4adde

%5
%22
%0
%13

Triadic Colors of #d4adde

#d4adde #ded4ad #added4

Analogous Colors of #d4adde

#d4adde #deadd0 #bcadde

Monochromatic Colors of #d4adde

#d4adde

Complementary Color

#d4adde #b7dead

#d4adde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4adde Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4adde Color CSS Codes

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

#d4adde Text Font Color

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

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


#d4adde Background Color

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

This div background color is #d4adde


#d4adde Border Color

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

This div border color is #d4adde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4adde


Comments

No comments written yet.

Please login to write comment.