Color Hex Logo

#d4bbdf Color Hex

#D4BBDF
(212,187,223)
0 Favorites   0 Comments

Color spaces of #d4bbdf

RGB 212187223
HSL0.780.360.80
HSV282°16°87°
CMYK 0.050.160.00   0.13
XYZ58.241054.865477.3325
Yxy54.86540.30580.2881
Hunter Lab74.071210.7272-10.0507
CIE-Lab78.963715.3587-14.7116

#d4bbdf color RGB value is (212,187,223).

#d4bbdf hex color red value is 212, green value is 187 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d4bbdf hue: 0.78 , saturation: 0.36 and the lightness value of d4bbdf is 0.80.

The process color (four color CMYK) of #d4bbdf color hex is 0.05, 0.16, 0.00, 0.13. Web safe color of #d4bbdf is #cccccc. Color #d4bbdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10111011 11011111
Octal 324 273 337
Decimal 212 187 223
Hex D4 BB DF

RGB Percentages of Color #d4bbdf

%34.08
%30.06
%35.85

CMYK Percentages of Color #d4bbdf

%5
%16
%0
%13

Triadic Colors of #d4bbdf

#d4bbdf #dfd4bb #bbdfd4

Analogous Colors of #d4bbdf

#d4bbdf #dfbbd8 #c2bbdf

Monochromatic Colors of #d4bbdf

#d4bbdf

Complementary Color

#d4bbdf #c6dfbb

#d4bbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4bbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4bbdf Color CSS Codes

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

#d4bbdf Text Font Color

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

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


#d4bbdf Background Color

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

This div background color is #d4bbdf


#d4bbdf Border Color

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

This div border color is #d4bbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4bbdf


Comments

No comments written yet.

Please login to write comment.