Color Hex Logo

#dfaddb Color Hex

#DFADDB
(223,173,219)
0 Favorites   0 Comments

Color spaces of #dfaddb

RGB 223173219
HSL0.850.440.78
HSV305°22°87°
CMYK 0.000.220.02   0.13
XYZ58.161250.689673.7365
Yxy50.68960.31850.2776
Hunter Lab71.196621.2242-11.5675
CIE-Lab76.490625.8244-16.1656

#dfaddb color RGB value is (223,173,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101101 11011011
Octal 337 255 333
Decimal 223 173 219
Hex DF AD DB

RGB Percentages of Color #dfaddb

%36.26
%28.13
%35.61

CMYK Percentages of Color #dfaddb

%0
%22
%2
%13

Triadic Colors of #dfaddb

#dfaddb #dbdfad #addbdf

Analogous Colors of #dfaddb

#dfaddb #dfadc2 #caaddf

Monochromatic Colors of #dfaddb

#dfaddb

Complementary Color

#dfaddb #addfb1

#dfaddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaddb Color CSS Codes

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

#dfaddb Text Font Color

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

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


#dfaddb Background Color

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

This div background color is #dfaddb


#dfaddb Border Color

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

This div border color is #dfaddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaddb


Comments

No comments written yet.

Please login to write comment.