Color Hex Logo

#dfb4da Color Hex

#DFB4DA
(223,180,218)
0 Favorites   0 Comments

Color spaces of #dfb4da

RGB 223180218
HSL0.850.400.79
HSV307°19°87°
CMYK 0.000.190.02   0.13
XYZ59.407653.392473.5043
Yxy53.39240.31890.2866
Hunter Lab73.070117.2517-8.4932
CIE-Lab78.106121.8720-13.1957

#dfb4da color RGB value is (223,180,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110100 11011010
Octal 337 264 332
Decimal 223 180 218
Hex DF B4 DA

RGB Percentages of Color #dfb4da

%35.91
%28.99
%35.10

CMYK Percentages of Color #dfb4da

%0
%19
%2
%13

Triadic Colors of #dfb4da

#dfb4da #dadfb4 #b4dadf

Analogous Colors of #dfb4da

#dfb4da #dfb4c5 #cfb4df

Monochromatic Colors of #dfb4da

#dfb4da

Complementary Color

#dfb4da #b4dfb9

#dfb4da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb4da Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb4da Color CSS Codes

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

#dfb4da Text Font Color

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

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


#dfb4da Background Color

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

This div background color is #dfb4da


#dfb4da Border Color

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

This div border color is #dfb4da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb4da


Comments

No comments written yet.

Please login to write comment.