Color Hex Logo

#dbb7d8 Color Hex

#DBB7D8
(219,183,216)
0 Favorites   0 Comments

Color spaces of #dbb7d8

RGB 219183216
HSL0.850.330.79
HSV305°16°86°
CMYK 0.000.160.01   0.14
XYZ58.541653.884972.2811
Yxy53.88490.31690.2917
Hunter Lab73.406313.8928-6.9967
CIE-Lab78.394618.5411-11.7197

#dbb7d8 color RGB value is (219,183,216).

#dbb7d8 hex color red value is 219, green value is 183 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #dbb7d8 hue: 0.85 , saturation: 0.33 and the lightness value of dbb7d8 is 0.79.

The process color (four color CMYK) of #dbb7d8 color hex is 0.00, 0.16, 0.01, 0.14. Web safe color of #dbb7d8 is #cccccc. Color #dbb7d8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110111 11011000
Octal 333 267 330
Decimal 219 183 216
Hex DB B7 D8

RGB Percentages of Color #dbb7d8

%35.44
%29.61
%34.95

CMYK Percentages of Color #dbb7d8

%0
%16
%1
%14

Triadic Colors of #dbb7d8

#dbb7d8 #d8dbb7 #b7d8db

Analogous Colors of #dbb7d8

#dbb7d8 #dbb7c6 #ccb7db

Monochromatic Colors of #dbb7d8

#dbb7d8

Complementary Color

#dbb7d8 #b7dbba

#dbb7d8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb7d8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb7d8 Color CSS Codes

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

#dbb7d8 Text Font Color

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

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


#dbb7d8 Background Color

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

This div background color is #dbb7d8


#dbb7d8 Border Color

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

This div border color is #dbb7d8


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,183,216, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb7d8


Comments

No comments written yet.

Please login to write comment.