Color Hex Logo

#df41db Color Hex

#DF41DB
(223,65,219)
0 Favorites   0 Comments

Color spaces of #df41db

RGB 22365219
HSL0.840.710.56
HSV302°71°87°
CMYK 0.000.710.02   0.13
XYZ45.107924.583069.3854
Yxy24.58300.32430.1768
Hunter Lab49.581275.6281-48.2652
CIE-Lab56.666876.7900-46.8197

#df41db color RGB value is (223,65,219).

#df41db hex color red value is 223, green value is 65 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #df41db hue: 0.84 , saturation: 0.71 and the lightness value of df41db is 0.56.

The process color (four color CMYK) of #df41db color hex is 0.00, 0.71, 0.02, 0.13. Web safe color of #df41db is #cc33cc. Color #df41db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01000001 11011011
Octal 337 101 333
Decimal 223 65 219
Hex DF 41 DB

RGB Percentages of Color #df41db

%43.98
%12.82
%43.20

CMYK Percentages of Color #df41db

%0
%71
%2
%13

Triadic Colors of #df41db

#df41db #dbdf41 #41dbdf

Analogous Colors of #df41db

#df41db #df418c #9441df

Monochromatic Colors of #df41db

#df41db

Complementary Color

#df41db #41df45

#df41db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df41db Color Preview on White Background

Lorem ipsum dolor sit amet.

#df41db Color CSS Codes

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

#df41db Text Font Color

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

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


#df41db Background Color

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

This div background color is #df41db


#df41db Border Color

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

This div border color is #df41db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df41db


Comments

No comments written yet.

Please login to write comment.