Color Hex Logo

#df48ce Color Hex

#DF48CE
(223,72,206)
0 Favorites   0 Comments

Color spaces of #df48ce

RGB 22372206
HSL0.850.700.58
HSV307°68°87°
CMYK 0.000.680.08   0.13
XYZ43.889424.778960.8621
Yxy24.77890.33880.1913
Hunter Lab49.778470.2704-37.6467
CIE-Lab56.859472.4163-39.1305

#df48ce color RGB value is (223,72,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01001000 11001110
Octal 337 110 316
Decimal 223 72 206
Hex DF 48 CE

RGB Percentages of Color #df48ce

%44.51
%14.37
%41.12

CMYK Percentages of Color #df48ce

%0
%68
%8
%13

Triadic Colors of #df48ce

#df48ce #cedf48 #48cedf

Analogous Colors of #df48ce

#df48ce #df4883 #a548df

Monochromatic Colors of #df48ce

#df48ce

Complementary Color

#df48ce #48df59

#df48ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df48ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#df48ce Color CSS Codes

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

#df48ce Text Font Color

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

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


#df48ce Background Color

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

This div background color is #df48ce


#df48ce Border Color

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

This div border color is #df48ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df48ce


Comments

No comments written yet.

Please login to write comment.