Color Hex Logo

#df5ccf Color Hex

#DF5CCF
(223,92,207)
0 Favorites   0 Comments

Color spaces of #df5ccf

RGB 22392207
HSL0.850.670.62
HSV307°59°87°
CMYK 0.000.590.07   0.13
XYZ45.521127.847362.0073
Yxy27.84730.33630.2057
Hunter Lab52.770561.6298-32.7285
CIE-Lab59.750564.6854-35.1726

#df5ccf color RGB value is (223,92,207).

#df5ccf hex color red value is 223, green value is 92 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #df5ccf hue: 0.85 , saturation: 0.67 and the lightness value of df5ccf is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01011100 11001111
Octal 337 134 317
Decimal 223 92 207
Hex DF 5C CF

RGB Percentages of Color #df5ccf

%42.72
%17.62
%39.66

CMYK Percentages of Color #df5ccf

%0
%59
%7
%13

Triadic Colors of #df5ccf

#df5ccf #cfdf5c #5ccfdf

Analogous Colors of #df5ccf

#df5ccf #df5c8e #ae5cdf

Monochromatic Colors of #df5ccf

#df5ccf

Complementary Color

#df5ccf #5cdf6c

#df5ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df5ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#df5ccf Color CSS Codes

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

#df5ccf Text Font Color

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

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


#df5ccf Background Color

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

This div background color is #df5ccf


#df5ccf Border Color

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

This div border color is #df5ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df5ccf


Comments

No comments written yet.

Please login to write comment.