Color Hex Logo

#df48dc Color Hex

#DF48DC
(223,72,220)
0 Favorites   0 Comments

Color spaces of #df48dc

RGB 22372220
HSL0.840.700.58
HSV301°68°87°
CMYK 0.000.680.01   0.13
XYZ45.667125.490070.2233
Yxy25.49000.32300.1803
Hunter Lab50.487673.1036-47.1252
CIE-Lab57.549874.5893-45.9874

#df48dc color RGB value is (223,72,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01001000 11011100
Octal 337 110 334
Decimal 223 72 220
Hex DF 48 DC

RGB Percentages of Color #df48dc

%43.30
%13.98
%42.72

CMYK Percentages of Color #df48dc

%0
%68
%1
%13

Triadic Colors of #df48dc

#df48dc #dcdf48 #48dcdf

Analogous Colors of #df48dc

#df48dc #df4891 #9748df

Monochromatic Colors of #df48dc

#df48dc

Complementary Color

#df48dc #48df4b

#df48dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df48dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#df48dc Color CSS Codes

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

#df48dc Text Font Color

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

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


#df48dc Background Color

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

This div background color is #df48dc


#df48dc Border Color

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

This div border color is #df48dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df48dc


Comments

No comments written yet.

Please login to write comment.