Color Hex Logo

#d3bcdc Color Hex

#D3BCDC
(211,188,220)
0 Favorites   0 Comments

Color spaces of #d3bcdc

RGB 211188220
HSL0.790.310.80
HSV283°15°86°
CMYK 0.040.150.00   0.14
XYZ57.765554.982675.2783
Yxy54.98260.30720.2924
Hunter Lab74.15039.2945-8.2868
CIE-Lab79.031213.9085-13.0009

#d3bcdc color RGB value is (211,188,220).

#d3bcdc hex color red value is 211, green value is 188 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d3bcdc hue: 0.79 , saturation: 0.31 and the lightness value of d3bcdc is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 10111100 11011100
Octal 323 274 334
Decimal 211 188 220
Hex D3 BC DC

RGB Percentages of Color #d3bcdc

%34.09
%30.37
%35.54

CMYK Percentages of Color #d3bcdc

%4
%15
%0
%14

Triadic Colors of #d3bcdc

#d3bcdc #dcd3bc #bcdcd3

Analogous Colors of #d3bcdc

#d3bcdc #dcbcd5 #c3bcdc

Monochromatic Colors of #d3bcdc

#d3bcdc

Complementary Color

#d3bcdc #c5dcbc

#d3bcdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3bcdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3bcdc Color CSS Codes

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

#d3bcdc Text Font Color

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

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


#d3bcdc Background Color

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

This div background color is #d3bcdc


#d3bcdc Border Color

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

This div border color is #d3bcdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,188,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3bcdc


Comments

No comments written yet.

Please login to write comment.