Color Hex Logo

#dbb5be Color Hex

#DBB5BE
(219,181,190)
0 Favorites   0 Comments

Color spaces of #dbb5be

RGB 219181190
HSL0.960.350.78
HSV346°17°86°
CMYK 0.000.170.13   0.14
XYZ55.031651.825555.8180
Yxy51.82550.33830.3186
Hunter Lab71.989910.46924.4219
CIE-Lab77.176415.11390.5821

#dbb5be color RGB value is (219,181,190).

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

The process color (four color CMYK) of #dbb5be color hex is 0.00, 0.17, 0.13, 0.14. Web safe color of #dbb5be is #cccccc. Color #dbb5be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110101 10111110
Octal 333 265 276
Decimal 219 181 190
Hex DB B5 BE

RGB Percentages of Color #dbb5be

%37.12
%30.68
%32.20

CMYK Percentages of Color #dbb5be

%0
%17
%13
%14

Triadic Colors of #dbb5be

#dbb5be #bedbb5 #b5bedb

Analogous Colors of #dbb5be

#dbb5be #dbbfb5 #dbb5d1

Monochromatic Colors of #dbb5be

#dbb5be

Complementary Color

#dbb5be #b5dbd2

#dbb5be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb5be Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb5be Color CSS Codes

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

#dbb5be Text Font Color

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

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


#dbb5be Background Color

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

This div background color is #dbb5be


#dbb5be Border Color

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

This div border color is #dbb5be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb5be


Comments

No comments written yet.

Please login to write comment.