Color Hex Logo

#dfc0e3 Color Hex

#DFC0E3
(223,192,227)
0 Favorites   0 Comments

Color spaces of #dfc0e3

RGB 223192227
HSL0.810.380.82
HSV293°15°89°
CMYK 0.020.150.00   0.11
XYZ63.146258.933380.7201
Yxy58.93330.31140.2906
Hunter Lab76.768012.4827-8.6047
CIE-Lab81.254917.0854-13.3296

#dfc0e3 color RGB value is (223,192,227).

#dfc0e3 hex color red value is 223, green value is 192 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #dfc0e3 hue: 0.81 , saturation: 0.38 and the lightness value of dfc0e3 is 0.82.

The process color (four color CMYK) of #dfc0e3 color hex is 0.02, 0.15, 0.00, 0.11. Web safe color of #dfc0e3 is #cccccc. Color #dfc0e3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000000 11100011
Octal 337 300 343
Decimal 223 192 227
Hex DF C0 E3

RGB Percentages of Color #dfc0e3

%34.74
%29.91
%35.36

CMYK Percentages of Color #dfc0e3

%2
%15
%0
%11

Triadic Colors of #dfc0e3

#dfc0e3 #e3dfc0 #c0e3df

Analogous Colors of #dfc0e3

#dfc0e3 #e3c0d6 #cec0e3

Monochromatic Colors of #dfc0e3

#dfc0e3

Complementary Color

#dfc0e3 #c4e3c0

#dfc0e3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc0e3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc0e3 Color CSS Codes

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

#dfc0e3 Text Font Color

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

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


#dfc0e3 Background Color

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

This div background color is #dfc0e3


#dfc0e3 Border Color

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

This div border color is #dfc0e3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc0e3


Comments

No comments written yet.

Please login to write comment.