Color Hex Logo

#dbb1be Color Hex

#DBB1BE
(219,177,190)
0 Favorites   0 Comments

Color spaces of #dbb1be

RGB 219177190
HSL0.950.370.78
HSV341°19°86°
CMYK 0.000.190.13   0.14
XYZ54.229850.222155.5508
Yxy50.22210.33890.3139
Hunter Lab70.867612.57493.1318
CIE-Lab76.205417.2654-0.8362

#dbb1be color RGB value is (219,177,190).

#dbb1be hex color red value is 219, green value is 177 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #dbb1be hue: 0.95 , saturation: 0.37 and the lightness value of dbb1be is 0.78.

The process color (four color CMYK) of #dbb1be color hex is 0.00, 0.19, 0.13, 0.14. Web safe color of #dbb1be is #cc99cc. Color #dbb1be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110001 10111110
Octal 333 261 276
Decimal 219 177 190
Hex DB B1 BE

RGB Percentages of Color #dbb1be

%37.37
%30.20
%32.42

CMYK Percentages of Color #dbb1be

%0
%19
%13
%14

Triadic Colors of #dbb1be

#dbb1be #bedbb1 #b1bedb

Analogous Colors of #dbb1be

#dbb1be #dbb9b1 #dbb1d3

Monochromatic Colors of #dbb1be

#dbb1be

Complementary Color

#dbb1be #b1dbce

#dbb1be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb1be Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb1be Color CSS Codes

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

#dbb1be Text Font Color

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

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


#dbb1be Background Color

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

This div background color is #dbb1be


#dbb1be Border Color

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

This div border color is #dbb1be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb1be


Comments

No comments written yet.

Please login to write comment.