Color Hex Logo

#d3bcdf Color Hex

#D3BCDF
(211,188,223)
0 Favorites   0 Comments

Color spaces of #d3bcdf

RGB 211188223
HSL0.780.350.81
HSV279°16°87°
CMYK 0.050.160.00   0.13
XYZ58.166555.143077.3900
Yxy55.14300.30500.2892
Hunter Lab74.25839.8668-9.8096
CIE-Lab79.123614.4884-14.4802

#d3bcdf color RGB value is (211,188,223).

#d3bcdf hex color red value is 211, green value is 188 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d3bcdf hue: 0.78 , saturation: 0.35 and the lightness value of d3bcdf is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 10111100 11011111
Octal 323 274 337
Decimal 211 188 223
Hex D3 BC DF

RGB Percentages of Color #d3bcdf

%33.92
%30.23
%35.85

CMYK Percentages of Color #d3bcdf

%5
%16
%0
%13

Triadic Colors of #d3bcdf

#d3bcdf #dfd3bc #bcdfd3

Analogous Colors of #d3bcdf

#d3bcdf #dfbcda #c2bcdf

Monochromatic Colors of #d3bcdf

#d3bcdf

Complementary Color

#d3bcdf #c8dfbc

#d3bcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3bcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3bcdf Color CSS Codes

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

#d3bcdf Text Font Color

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

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


#d3bcdf Background Color

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

This div background color is #d3bcdf


#d3bcdf Border Color

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

This div border color is #d3bcdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3bcdf


Comments

No comments written yet.

Please login to write comment.