Color Hex Logo

#df61cc Color Hex

#DF61CC
(223,97,204)
0 Favorites   0 Comments

Color spaces of #df61cc

RGB 22397204
HSL0.860.660.63
HSV309°57°87°
CMYK 0.000.570.09   0.13
XYZ45.605228.597060.2429
Yxy28.59700.33920.2127
Hunter Lab53.476258.6439-29.3591
CIE-Lab60.424362.0220-32.4234

#df61cc color RGB value is (223,97,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01100001 11001100
Octal 337 141 314
Decimal 223 97 204
Hex DF 61 CC

RGB Percentages of Color #df61cc

%42.56
%18.51
%38.93

CMYK Percentages of Color #df61cc

%0
%57
%9
%13

Triadic Colors of #df61cc

#df61cc #ccdf61 #61ccdf

Analogous Colors of #df61cc

#df61cc #df618d #b361df

Monochromatic Colors of #df61cc

#df61cc

Complementary Color

#df61cc #61df74

#df61cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df61cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#df61cc Color CSS Codes

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

#df61cc Text Font Color

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

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


#df61cc Background Color

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

This div background color is #df61cc


#df61cc Border Color

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

This div border color is #df61cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df61cc


Comments

No comments written yet.

Please login to write comment.