Color Hex Logo

#df61ce Color Hex

#DF61CE
(223,97,206)
0 Favorites   0 Comments

Color spaces of #df61ce

RGB 22397206
HSL0.860.660.63
HSV308°57°87°
CMYK 0.000.570.08   0.13
XYZ45.846728.693661.5145
Yxy28.69360.33700.2109
Hunter Lab53.566459.0343-30.5909
CIE-Lab60.510362.3412-33.4224

#df61ce color RGB value is (223,97,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01100001 11001110
Octal 337 141 316
Decimal 223 97 206
Hex DF 61 CE

RGB Percentages of Color #df61ce

%42.40
%18.44
%39.16

CMYK Percentages of Color #df61ce

%0
%57
%8
%13

Triadic Colors of #df61ce

#df61ce #cedf61 #61cedf

Analogous Colors of #df61ce

#df61ce #df618f #b161df

Monochromatic Colors of #df61ce

#df61ce

Complementary Color

#df61ce #61df72

#df61ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df61ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#df61ce Color CSS Codes

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

#df61ce Text Font Color

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

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


#df61ce Background Color

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

This div background color is #df61ce


#df61ce Border Color

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

This div border color is #df61ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df61ce


Comments

No comments written yet.

Please login to write comment.