Color Hex Logo

#d7bcdc Color Hex

#D7BCDC
(215,188,220)
0 Favorites   0 Comments

Color spaces of #d7bcdc

RGB 215188220
HSL0.810.310.80
HSV291°15°86°
CMYK 0.020.150.00   0.14
XYZ58.925855.580875.3326
Yxy55.58080.31040.2928
Hunter Lab74.552510.6182-7.7236
CIE-Lab79.374615.2453-12.4514

#d7bcdc color RGB value is (215,188,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10111100 11011100
Octal 327 274 334
Decimal 215 188 220
Hex D7 BC DC

RGB Percentages of Color #d7bcdc

%34.51
%30.18
%35.31

CMYK Percentages of Color #d7bcdc

%2
%15
%0
%14

Triadic Colors of #d7bcdc

#d7bcdc #dcd7bc #bcdcd7

Analogous Colors of #d7bcdc

#d7bcdc #dcbcd1 #c7bcdc

Monochromatic Colors of #d7bcdc

#d7bcdc

Complementary Color

#d7bcdc #c1dcbc

#d7bcdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7bcdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7bcdc Color CSS Codes

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

#d7bcdc Text Font Color

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

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


#d7bcdc Background Color

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

This div background color is #d7bcdc


#d7bcdc Border Color

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

This div border color is #d7bcdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7bcdc


Comments

No comments written yet.

Please login to write comment.