Color Hex Logo

#df49dc Color Hex

#DF49DC
(223,73,220)
0 Favorites   0 Comments

Color spaces of #df49dc

RGB 22373220
HSL0.840.700.58
HSV301°67°87°
CMYK 0.000.670.01   0.13
XYZ45.732225.620470.2450
Yxy25.62040.32300.1809
Hunter Lab50.616672.6961-46.8502
CIE-Lab57.675074.2356-45.7893

#df49dc color RGB value is (223,73,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01001001 11011100
Octal 337 111 334
Decimal 223 73 220
Hex DF 49 DC

RGB Percentages of Color #df49dc

%43.22
%14.15
%42.64

CMYK Percentages of Color #df49dc

%0
%67
%1
%13

Triadic Colors of #df49dc

#df49dc #dcdf49 #49dcdf

Analogous Colors of #df49dc

#df49dc #df4991 #9749df

Monochromatic Colors of #df49dc

#df49dc

Complementary Color

#df49dc #49df4c

#df49dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df49dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#df49dc Color CSS Codes

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

#df49dc Text Font Color

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

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


#df49dc Background Color

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

This div background color is #df49dc


#df49dc Border Color

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

This div border color is #df49dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df49dc


Comments

No comments written yet.

Please login to write comment.