color codes Logo

#d8b3dc color codes

#D8B3DC
(216,179,220)
0 Favorites   0 Comments

Color spaces of #d8b3dc

RGB 216179220
HSL0.820.370.78
HSV294°19°86°
CMYK 0.020.190.00   0.14
XYZ57.357352.006474.7253
Yxy52.00640.31160.2825
Hunter Lab72.115515.7686-10.9549
CIE-Lab77.284720.4369-15.5782

#d8b3dc color RGB value is (216,179,220).

#d8b3dc hex color red value is 216, green value is 179 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d8b3dc hue: 0.82 , saturation: 0.37 and the lightness value of d8b3dc is 0.78.

The process color (four color CMYK) of #d8b3dc color code is 0.02, 0.19, 0.00, 0.14. Web safe color of #d8b3dc is #cccccc. Color #d8b3dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10110011 11011100
Octal 330 263 334
Decimal 216 179 220
Hex D8 B3 DC

RGB Percentages of Color #d8b3dc

%35.12
%29.11
%35.77

CMYK Percentages of Color #d8b3dc

%2
%19
%0
%14

Triadic Colors of #d8b3dc

#d8b3dc #dcd8b3 #b3dcd8

Analogous Colors of #d8b3dc

#d8b3dc #dcb3cc #c4b3dc

Monochromatic Colors of #d8b3dc

#d8b3dc

Complementary Color

#d8b3dc #b7dcb3

#d8b3dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8b3dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8b3dc Color CSS Codes

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

#d8b3dc Text Font Color

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

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


#d8b3dc Background Color

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

This div background color is #d8b3dc


#d8b3dc Border Color

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

This div border color is #d8b3dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8b3dc


Comments

No comments written yet.

Please login to write comment.