Color Hex Logo

#dfb7da Color Hex

#DFB7DA
(223,183,218)
0 Favorites   0 Comments

Color spaces of #dfb7da

RGB 223183218
HSL0.850.380.80
HSV308°18°87°
CMYK 0.000.180.02   0.13
XYZ60.019854.616973.7084
Yxy54.61690.31870.2900
Hunter Lab73.903215.6363-7.4014
CIE-Lab78.820120.2579-12.1270

#dfb7da color RGB value is (223,183,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110111 11011010
Octal 337 267 332
Decimal 223 183 218
Hex DF B7 DA

RGB Percentages of Color #dfb7da

%35.74
%29.33
%34.94

CMYK Percentages of Color #dfb7da

%0
%18
%2
%13

Triadic Colors of #dfb7da

#dfb7da #dadfb7 #b7dadf

Analogous Colors of #dfb7da

#dfb7da #dfb7c6 #d0b7df

Monochromatic Colors of #dfb7da

#dfb7da

Complementary Color

#dfb7da #b7dfbc

#dfb7da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb7da Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb7da Color CSS Codes

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

#dfb7da Text Font Color

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

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


#dfb7da Background Color

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

This div background color is #dfb7da


#dfb7da Border Color

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

This div border color is #dfb7da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb7da


Comments

No comments written yet.

Please login to write comment.