Color Hex Logo

#d4addb Color Hex

#D4ADDB
(212,173,219)
0 Favorites   0 Comments

Color spaces of #d4addb

RGB 212173219
HSL0.810.390.77
HSV291°21°86°
CMYK 0.030.210.00   0.14
XYZ54.881148.998773.5830
Yxy48.99870.30930.2761
Hunter Lab69.999117.4503-13.3263
CIE-Lab75.450522.1727-17.8369

#d4addb color RGB value is (212,173,219).

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

The process color (four color CMYK) of #d4addb color hex is 0.03, 0.21, 0.00, 0.14. Web safe color of #d4addb is #cc99cc. Color #d4addb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10101101 11011011
Octal 324 255 333
Decimal 212 173 219
Hex D4 AD DB

RGB Percentages of Color #d4addb

%35.10
%28.64
%36.26

CMYK Percentages of Color #d4addb

%3
%21
%0
%14

Triadic Colors of #d4addb

#d4addb #dbd4ad #addbd4

Analogous Colors of #d4addb

#d4addb #dbadcb #bdaddb

Monochromatic Colors of #d4addb

#d4addb

Complementary Color

#d4addb #b4dbad

#d4addb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4addb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4addb Color CSS Codes

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

#d4addb Text Font Color

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

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


#d4addb Background Color

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

This div background color is #d4addb


#d4addb Border Color

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

This div border color is #d4addb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4addb


Comments

No comments written yet.

Please login to write comment.