Color Hex Logo

#dbb4da Color Hex

#DBB4DA
(219,180,218)
0 Favorites   0 Comments

Color spaces of #dbb4da

RGB 219180218
HSL0.840.350.78
HSV302°18°86°
CMYK 0.000.180.00   0.14
XYZ58.189652.764573.4473
Yxy52.76450.31560.2861
Hunter Lab72.639215.8737-9.1022
CIE-Lab77.735820.5265-13.7889

#dbb4da color RGB value is (219,180,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110100 11011010
Octal 333 264 332
Decimal 219 180 218
Hex DB B4 DA

RGB Percentages of Color #dbb4da

%35.49
%29.17
%35.33

CMYK Percentages of Color #dbb4da

%0
%18
%0
%14

Triadic Colors of #dbb4da

#dbb4da #dadbb4 #b4dadb

Analogous Colors of #dbb4da

#dbb4da #dbb4c7 #c9b4db

Monochromatic Colors of #dbb4da

#dbb4da

Complementary Color

#dbb4da #b4dbb5

#dbb4da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb4da Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb4da Color CSS Codes

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

#dbb4da Text Font Color

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

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


#dbb4da Background Color

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

This div background color is #dbb4da


#dbb4da Border Color

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

This div border color is #dbb4da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb4da


Comments

No comments written yet.

Please login to write comment.