Color Hex Logo

#d7bfdc Color Hex

#D7BFDC
(215,191,220)
0 Favorites   0 Comments

Color spaces of #d7bfdc

RGB 215191220
HSL0.800.290.81
HSV290°13°86°
CMYK 0.020.130.00   0.14
XYZ59.573456.876075.5485
Yxy56.87600.31030.2962
Hunter Lab75.41629.0240-6.6027
CIE-Lab80.109813.6327-11.3527

#d7bfdc color RGB value is (215,191,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10111111 11011100
Octal 327 277 334
Decimal 215 191 220
Hex D7 BF DC

RGB Percentages of Color #d7bfdc

%34.35
%30.51
%35.14

CMYK Percentages of Color #d7bfdc

%2
%13
%0
%14

Triadic Colors of #d7bfdc

#d7bfdc #dcd7bf #bfdcd7

Analogous Colors of #d7bfdc

#d7bfdc #dcbfd3 #c9bfdc

Monochromatic Colors of #d7bfdc

#d7bfdc

Complementary Color

#d7bfdc #c4dcbf

#d7bfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7bfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7bfdc Color CSS Codes

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

#d7bfdc Text Font Color

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

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


#d7bfdc Background Color

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

This div background color is #d7bfdc


#d7bfdc Border Color

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

This div border color is #d7bfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7bfdc


Comments

No comments written yet.

Please login to write comment.