Color Hex Logo

#dfb8df Color Hex

#DFB8DF
(223,184,223)
0 Favorites   0 Comments

Color spaces of #dfb8df

RGB 223184223
HSL0.830.380.80
HSV300°17°87°
CMYK 0.000.170.00   0.13
XYZ60.891255.296777.2760
Yxy55.29670.31470.2858
Hunter Lab74.361816.0319-9.5604
CIE-Lab79.211920.6352-14.2402

#dfb8df color RGB value is (223,184,223).

#dfb8df hex color red value is 223, green value is 184 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #dfb8df hue: 0.83 , saturation: 0.38 and the lightness value of dfb8df is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111000 11011111
Octal 337 270 337
Decimal 223 184 223
Hex DF B8 DF

RGB Percentages of Color #dfb8df

%35.40
%29.21
%35.40

CMYK Percentages of Color #dfb8df

%0
%17
%0
%13

Triadic Colors of #dfb8df

#dfb8df #dfdfb8 #b8dfdf

Analogous Colors of #dfb8df

#dfb8df #dfb8cc #ccb8df

Monochromatic Colors of #dfb8df

#dfb8df

Complementary Color

#dfb8df #b8dfb8

#dfb8df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb8df Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb8df Color CSS Codes

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

#dfb8df Text Font Color

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

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


#dfb8df Background Color

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

This div background color is #dfb8df


#dfb8df Border Color

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

This div border color is #dfb8df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb8df


Comments

No comments written yet.

Please login to write comment.