Color Hex Logo

#dfb0cd Color Hex

#DFB0CD
(223,176,205)
0 Favorites   0 Comments

Color spaces of #dfb0cd

RGB 223176205
HSL0.900.420.78
HSV323°21°87°
CMYK 0.000.210.08   0.13
XYZ56.976251.146464.6269
Yxy51.14640.32980.2961
Hunter Lab71.516717.0538-3.5164
CIE-Lab76.767621.7277-8.1352

#dfb0cd color RGB value is (223,176,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110000 11001101
Octal 337 260 315
Decimal 223 176 205
Hex DF B0 CD

RGB Percentages of Color #dfb0cd

%36.92
%29.14
%33.94

CMYK Percentages of Color #dfb0cd

%0
%21
%8
%13

Triadic Colors of #dfb0cd

#dfb0cd #cddfb0 #b0cddf

Analogous Colors of #dfb0cd

#dfb0cd #dfb0b6 #dab0df

Monochromatic Colors of #dfb0cd

#dfb0cd

Complementary Color

#dfb0cd #b0dfc2

#dfb0cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb0cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb0cd Color CSS Codes

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

#dfb0cd Text Font Color

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

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


#dfb0cd Background Color

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

This div background color is #dfb0cd


#dfb0cd Border Color

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

This div border color is #dfb0cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb0cd


Comments

No comments written yet.

Please login to write comment.