Color Hex Logo

#df49ed Color Hex

#DF49ED
(223,73,237)
0 Favorites   0 Comments

Color spaces of #df49ed

RGB 22373237
HSL0.820.820.61
HSV295°69°93°
CMYK 0.060.690.00   0.07
XYZ48.100026.567582.7136
Yxy26.56750.30560.1688
Hunter Lab51.543776.3729-59.0638
CIE-Lab58.571877.0182-53.9164

#df49ed color RGB value is (223,73,237).

#df49ed hex color red value is 223, green value is 73 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #df49ed hue: 0.82 , saturation: 0.82 and the lightness value of df49ed is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01001001 11101101
Octal 337 111 355
Decimal 223 73 237
Hex DF 49 ED

RGB Percentages of Color #df49ed

%41.84
%13.70
%44.47

CMYK Percentages of Color #df49ed

%6
%69
%0
%7

Triadic Colors of #df49ed

#df49ed #eddf49 #49eddf

Analogous Colors of #df49ed

#df49ed #ed49a9 #8d49ed

Monochromatic Colors of #df49ed

#df49ed

Complementary Color

#df49ed #57ed49

#df49ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df49ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#df49ed Color CSS Codes

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

#df49ed Text Font Color

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

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


#df49ed Background Color

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

This div background color is #df49ed


#df49ed Border Color

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

This div border color is #df49ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df49ed


Comments

No comments written yet.

Please login to write comment.