Color Hex Logo

#df5fdb Color Hex

#DF5FDB
(223,95,219)
0 Favorites   0 Comments

Color spaces of #df5fdb

RGB 22395219
HSL0.840.670.62
HSV302°57°87°
CMYK 0.000.570.02   0.13
XYZ47.309828.986970.1194
Yxy28.98690.32310.1980
Hunter Lab53.839562.6323-39.5304
CIE-Lab60.770165.3491-40.3499

#df5fdb color RGB value is (223,95,219).

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

The process color (four color CMYK) of #df5fdb color hex is 0.00, 0.57, 0.02, 0.13. Web safe color of #df5fdb is #cc66cc. Color #df5fdb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01011111 11011011
Octal 337 137 333
Decimal 223 95 219
Hex DF 5F DB

RGB Percentages of Color #df5fdb

%41.53
%17.69
%40.78

CMYK Percentages of Color #df5fdb

%0
%57
%2
%13

Triadic Colors of #df5fdb

#df5fdb #dbdf5f #5fdbdf

Analogous Colors of #df5fdb

#df5fdb #df5f9b #a35fdf

Monochromatic Colors of #df5fdb

#df5fdb

Complementary Color

#df5fdb #5fdf63

#df5fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df5fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#df5fdb Color CSS Codes

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

#df5fdb Text Font Color

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

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


#df5fdb Background Color

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

This div background color is #df5fdb


#df5fdb Border Color

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

This div border color is #df5fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df5fdb


Comments

No comments written yet.

Please login to write comment.