Color Hex Logo

#df6ccc Color Hex

#DF6CCC
(223,108,204)
0 Favorites   0 Comments

Color spaces of #df6ccc

RGB 223108204
HSL0.860.640.65
HSV310°52°87°
CMYK 0.000.520.09   0.13
XYZ46.693130.772760.6055
Yxy30.77270.33820.2229
Hunter Lab55.473153.1698-25.9443
CIE-Lab62.315356.9593-29.4919

#df6ccc color RGB value is (223,108,204).

#df6ccc hex color red value is 223, green value is 108 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #df6ccc hue: 0.86 , saturation: 0.64 and the lightness value of df6ccc is 0.65.

The process color (four color CMYK) of #df6ccc color hex is 0.00, 0.52, 0.09, 0.13. Web safe color of #df6ccc is #cc66cc. Color #df6ccc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01101100 11001100
Octal 337 154 314
Decimal 223 108 204
Hex DF 6C CC

RGB Percentages of Color #df6ccc

%41.68
%20.19
%38.13

CMYK Percentages of Color #df6ccc

%0
%52
%9
%13

Triadic Colors of #df6ccc

#df6ccc #ccdf6c #6cccdf

Analogous Colors of #df6ccc

#df6ccc #df6c93 #b96cdf

Monochromatic Colors of #df6ccc

#df6ccc

Complementary Color

#df6ccc #6cdf7f

#df6ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df6ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#df6ccc Color CSS Codes

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

#df6ccc Text Font Color

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

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


#df6ccc Background Color

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

This div background color is #df6ccc


#df6ccc Border Color

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

This div border color is #df6ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df6ccc


Comments

No comments written yet.

Please login to write comment.