Color Hex Logo

#df5dca Color Hex

#DF5DCA
(223,93,202)
0 Favorites   0 Comments

Color spaces of #df5dca

RGB 22393202
HSL0.860.670.62
HSV310°58°87°
CMYK 0.000.580.09   0.13
XYZ45.006427.780958.8673
Yxy27.78090.34190.2110
Hunter Lab52.707660.1808-29.3237
CIE-Lab59.690363.4652-32.4296

#df5dca color RGB value is (223,93,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01011101 11001010
Octal 337 135 312
Decimal 223 93 202
Hex DF 5D CA

RGB Percentages of Color #df5dca

%43.05
%17.95
%39.00

CMYK Percentages of Color #df5dca

%0
%58
%9
%13

Triadic Colors of #df5dca

#df5dca #cadf5d #5dcadf

Analogous Colors of #df5dca

#df5dca #df5d89 #b35ddf

Monochromatic Colors of #df5dca

#df5dca

Complementary Color

#df5dca #5ddf72

#df5dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df5dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#df5dca Color CSS Codes

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

#df5dca Text Font Color

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

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


#df5dca Background Color

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

This div background color is #df5dca


#df5dca Border Color

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

This div border color is #df5dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df5dca


Comments

No comments written yet.

Please login to write comment.