Color Hex Logo

#df5dbe Color Hex

#DF5DBE
(223,93,190)
0 Favorites   0 Comments

Color spaces of #df5dbe

RGB 22393190
HSL0.880.670.62
HSV315°58°87°
CMYK 0.000.580.15   0.13
XYZ43.640027.234451.6719
Yxy27.23440.35610.2222
Hunter Lab52.186657.9406-22.1746
CIE-Lab59.190761.6341-26.3622

#df5dbe color RGB value is (223,93,190).

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

The process color (four color CMYK) of #df5dbe color hex is 0.00, 0.58, 0.15, 0.13. Web safe color of #df5dbe is #cc66cc. Color #df5dbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01011101 10111110
Octal 337 135 276
Decimal 223 93 190
Hex DF 5D BE

RGB Percentages of Color #df5dbe

%44.07
%18.38
%37.55

CMYK Percentages of Color #df5dbe

%0
%58
%15
%13

Triadic Colors of #df5dbe

#df5dbe #bedf5d #5dbedf

Analogous Colors of #df5dbe

#df5dbe #df5d7d #bf5ddf

Monochromatic Colors of #df5dbe

#df5dbe

Complementary Color

#df5dbe #5ddf7e

#df5dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df5dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#df5dbe Color CSS Codes

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

#df5dbe Text Font Color

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

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


#df5dbe Background Color

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

This div background color is #df5dbe


#df5dbe Border Color

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

This div border color is #df5dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df5dbe


Comments

No comments written yet.

Please login to write comment.