Color Hex Logo

#df6ccf Color Hex

#DF6CCF
(223,108,207)
0 Favorites   0 Comments

Color spaces of #df6ccf

RGB 223108207
HSL0.860.640.65
HSV308°52°87°
CMYK 0.000.520.07   0.13
XYZ47.056530.918162.5191
Yxy30.91810.33490.2201
Hunter Lab55.604053.7536-27.7406
CIE-Lab62.438457.4494-30.9932

#df6ccf color RGB value is (223,108,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01101100 11001111
Octal 337 154 317
Decimal 223 108 207
Hex DF 6C CF

RGB Percentages of Color #df6ccf

%41.45
%20.07
%38.48

CMYK Percentages of Color #df6ccf

%0
%52
%7
%13

Triadic Colors of #df6ccf

#df6ccf #cfdf6c #6ccfdf

Analogous Colors of #df6ccf

#df6ccf #df6c96 #b66cdf

Monochromatic Colors of #df6ccf

#df6ccf

Complementary Color

#df6ccf #6cdf7c

#df6ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df6ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#df6ccf Color CSS Codes

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

#df6ccf Text Font Color

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

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


#df6ccf Background Color

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

This div background color is #df6ccf


#df6ccf Border Color

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

This div border color is #df6ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df6ccf


Comments

No comments written yet.

Please login to write comment.