Color Hex Logo

#dbb5da Color Hex

#DBB5DA
(219,181,218)
0 Favorites   0 Comments

Color spaces of #dbb5da

RGB 219181218
HSL0.840.350.78
HSV302°17°86°
CMYK 0.000.170.00   0.14
XYZ58.392253.169873.5149
Yxy53.16980.31550.2873
Hunter Lab72.917615.3364-8.7333
CIE-Lab77.975119.9868-13.4300

#dbb5da color RGB value is (219,181,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110101 11011010
Octal 333 265 332
Decimal 219 181 218
Hex DB B5 DA

RGB Percentages of Color #dbb5da

%35.44
%29.29
%35.28

CMYK Percentages of Color #dbb5da

%0
%17
%0
%14

Triadic Colors of #dbb5da

#dbb5da #dadbb5 #b5dadb

Analogous Colors of #dbb5da

#dbb5da #dbb5c7 #c9b5db

Monochromatic Colors of #dbb5da

#dbb5da

Complementary Color

#dbb5da #b5dbb6

#dbb5da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb5da Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb5da Color CSS Codes

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

#dbb5da Text Font Color

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

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


#dbb5da Background Color

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

This div background color is #dbb5da


#dbb5da Border Color

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

This div border color is #dbb5da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb5da


Comments

No comments written yet.

Please login to write comment.