Color Hex Logo

#df46ce Color Hex

#DF46CE
(223,70,206)
0 Favorites   0 Comments

Color spaces of #df46ce

RGB 22370206
HSL0.850.710.57
HSV307°69°87°
CMYK 0.000.690.08   0.13
XYZ43.762224.524560.8197
Yxy24.52450.33900.1900
Hunter Lab49.522271.0745-38.1503
CIE-Lab56.609273.1210-39.5236

#df46ce color RGB value is (223,70,206).

#df46ce hex color red value is 223, green value is 70 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #df46ce hue: 0.85 , saturation: 0.71 and the lightness value of df46ce is 0.57.

The process color (four color CMYK) of #df46ce color hex is 0.00, 0.69, 0.08, 0.13. Web safe color of #df46ce is #cc33cc. Color #df46ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01000110 11001110
Octal 337 106 316
Decimal 223 70 206
Hex DF 46 CE

RGB Percentages of Color #df46ce

%44.69
%14.03
%41.28

CMYK Percentages of Color #df46ce

%0
%69
%8
%13

Triadic Colors of #df46ce

#df46ce #cedf46 #46cedf

Analogous Colors of #df46ce

#df46ce #df4682 #a446df

Monochromatic Colors of #df46ce

#df46ce

Complementary Color

#df46ce #46df57

#df46ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df46ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#df46ce Color CSS Codes

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

#df46ce Text Font Color

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

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


#df46ce Background Color

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

This div background color is #df46ce


#df46ce Border Color

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

This div border color is #df46ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df46ce


Comments

No comments written yet.

Please login to write comment.