Color Hex Logo

#dfb0db Color Hex

#DFB0DB
(223,176,219)
0 Favorites   0 Comments

Color spaces of #dfb0db

RGB 223176219
HSL0.850.420.78
HSV305°21°87°
CMYK 0.000.210.02   0.13
XYZ58.742951.853173.9304
Yxy51.85310.31830.2810
Hunter Lab72.009119.5991-10.4656
CIE-Lab77.192924.2077-15.1086

#dfb0db color RGB value is (223,176,219).

#dfb0db hex color red value is 223, green value is 176 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #dfb0db hue: 0.85 , saturation: 0.42 and the lightness value of dfb0db is 0.78.

The process color (four color CMYK) of #dfb0db color hex is 0.00, 0.21, 0.02, 0.13. Web safe color of #dfb0db is #cc99cc. Color #dfb0db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110000 11011011
Octal 337 260 333
Decimal 223 176 219
Hex DF B0 DB

RGB Percentages of Color #dfb0db

%36.08
%28.48
%35.44

CMYK Percentages of Color #dfb0db

%0
%21
%2
%13

Triadic Colors of #dfb0db

#dfb0db #dbdfb0 #b0dbdf

Analogous Colors of #dfb0db

#dfb0db #dfb0c4 #ccb0df

Monochromatic Colors of #dfb0db

#dfb0db

Complementary Color

#dfb0db #b0dfb4

#dfb0db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb0db Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb0db Color CSS Codes

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

#dfb0db Text Font Color

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

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


#dfb0db Background Color

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

This div background color is #dfb0db


#dfb0db Border Color

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

This div border color is #dfb0db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb0db


Comments

No comments written yet.

Please login to write comment.