Color Hex Logo

#df2dee Color Hex

#DF2DEE
(223,45,238)
0 Favorites   0 Comments

Color spaces of #df2dee

RGB 22345238
HSL0.820.850.55
HSV295°81°93°
CMYK 0.060.810.00   0.07
XYZ46.802423.737883.0040
Yxy23.73780.30480.1546
Hunter Lab48.721586.2067-66.9040
CIE-Lab55.824385.2453-58.8668

#df2dee color RGB value is (223,45,238).

#df2dee hex color red value is 223, green value is 45 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #df2dee hue: 0.82 , saturation: 0.85 and the lightness value of df2dee is 0.55.

The process color (four color CMYK) of #df2dee color hex is 0.06, 0.81, 0.00, 0.07. Web safe color of #df2dee is #cc33ff. Color #df2dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00101101 11101110
Octal 337 55 356
Decimal 223 45 238
Hex DF 2D EE

RGB Percentages of Color #df2dee

%44.07
%8.89
%47.04

CMYK Percentages of Color #df2dee

%6
%81
%0
%7

Triadic Colors of #df2dee

#df2dee #eedf2d #2deedf

Analogous Colors of #df2dee

#df2dee #ee2d9d #7f2dee

Monochromatic Colors of #df2dee

#df2dee

Complementary Color

#df2dee #3cee2d

#df2dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df2dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#df2dee Color CSS Codes

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

#df2dee Text Font Color

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

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


#df2dee Background Color

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

This div background color is #df2dee


#df2dee Border Color

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

This div border color is #df2dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df2dee


Comments

No comments written yet.

Please login to write comment.