Color Hex Logo

#d4bddd Color Hex

#D4BDDD
(212,189,221)
0 Favorites   0 Comments

Color spaces of #d4bddd

RGB 212189221
HSL0.790.320.80
HSV283°14°87°
CMYK 0.040.140.00   0.13
XYZ58.400155.612776.0629
Yxy55.61270.30720.2926
Hunter Lab74.57399.2820-8.2721
CIE-Lab79.392913.8950-12.9897

#d4bddd color RGB value is (212,189,221).

#d4bddd hex color red value is 212, green value is 189 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d4bddd hue: 0.79 , saturation: 0.32 and the lightness value of d4bddd is 0.80.

The process color (four color CMYK) of #d4bddd color hex is 0.04, 0.14, 0.00, 0.13. Web safe color of #d4bddd is #cccccc. Color #d4bddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10111101 11011101
Octal 324 275 335
Decimal 212 189 221
Hex D4 BD DD

RGB Percentages of Color #d4bddd

%34.08
%30.39
%35.53

CMYK Percentages of Color #d4bddd

%4
%14
%0
%13

Triadic Colors of #d4bddd

#d4bddd #ddd4bd #bdddd4

Analogous Colors of #d4bddd

#d4bddd #ddbdd6 #c4bddd

Monochromatic Colors of #d4bddd

#d4bddd

Complementary Color

#d4bddd #c6ddbd

#d4bddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4bddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4bddd Color CSS Codes

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

#d4bddd Text Font Color

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

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


#d4bddd Background Color

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

This div background color is #d4bddd


#d4bddd Border Color

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

This div border color is #d4bddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4bddd


Comments

No comments written yet.

Please login to write comment.