Color Hex Logo

#df8ccc Color Hex

#DF8CCC
(223,140,204)
0 Favorites   0 Comments

Color spaces of #df8ccc

RGB 223140204
HSL0.870.560.71
HSV314°37°87°
CMYK 0.000.370.09   0.13
XYZ50.708638.803861.9440
Yxy38.80380.33480.2562
Hunter Lab62.292736.2935-15.3532
CIE-Lab68.608940.8315-19.8431

#df8ccc color RGB value is (223,140,204).

#df8ccc hex color red value is 223, green value is 140 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #df8ccc hue: 0.87 , saturation: 0.56 and the lightness value of df8ccc is 0.71.

The process color (four color CMYK) of #df8ccc color hex is 0.00, 0.37, 0.09, 0.13. Web safe color of #df8ccc is #cc99cc. Color #df8ccc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10001100 11001100
Octal 337 214 314
Decimal 223 140 204
Hex DF 8C CC

RGB Percentages of Color #df8ccc

%39.33
%24.69
%35.98

CMYK Percentages of Color #df8ccc

%0
%37
%9
%13

Triadic Colors of #df8ccc

#df8ccc #ccdf8c #8cccdf

Analogous Colors of #df8ccc

#df8ccc #df8ca3 #c98cdf

Monochromatic Colors of #df8ccc

#df8ccc

Complementary Color

#df8ccc #8cdf9f

#df8ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df8ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#df8ccc Color CSS Codes

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

#df8ccc Text Font Color

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

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


#df8ccc Background Color

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

This div background color is #df8ccc


#df8ccc Border Color

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

This div border color is #df8ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df8ccc


Comments

No comments written yet.

Please login to write comment.