Color Hex Logo

#df39dd Color Hex

#DF39DD
(223,57,221)
0 Favorites   0 Comments

Color spaces of #df39dd

RGB 22357221
HSL0.840.720.55
HSV301°74°87°
CMYK 0.000.740.01   0.13
XYZ44.945723.834770.6383
Yxy23.83470.32240.1710
Hunter Lab48.820878.8954-51.6115
CIE-Lab55.921979.5328-49.1338

#df39dd color RGB value is (223,57,221).

#df39dd hex color red value is 223, green value is 57 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #df39dd hue: 0.84 , saturation: 0.72 and the lightness value of df39dd is 0.55.

The process color (four color CMYK) of #df39dd color hex is 0.00, 0.74, 0.01, 0.13. Web safe color of #df39dd is #cc33cc. Color #df39dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00111001 11011101
Octal 337 71 335
Decimal 223 57 221
Hex DF 39 DD

RGB Percentages of Color #df39dd

%44.51
%11.38
%44.11

CMYK Percentages of Color #df39dd

%0
%74
%1
%13

Triadic Colors of #df39dd

#df39dd #dddf39 #39dddf

Analogous Colors of #df39dd

#df39dd #df398a #8e39df

Monochromatic Colors of #df39dd

#df39dd

Complementary Color

#df39dd #39df3b

#df39dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df39dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#df39dd Color CSS Codes

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

#df39dd Text Font Color

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

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


#df39dd Background Color

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

This div background color is #df39dd


#df39dd Border Color

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

This div border color is #df39dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df39dd


Comments

No comments written yet.

Please login to write comment.