Color Hex Logo

#df5db8 Color Hex

#DF5DB8
(223,93,184)
0 Favorites   0 Comments

Color spaces of #df5db8

RGB 22393184
HSL0.880.670.62
HSV318°58°87°
CMYK 0.000.580.17   0.13
XYZ42.997526.977448.2883
Yxy26.97740.36360.2281
Hunter Lab51.939856.8737-18.7640
CIE-Lab58.953460.7544-23.2890

#df5db8 color RGB value is (223,93,184).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01011101 10111000
Octal 337 135 270
Decimal 223 93 184
Hex DF 5D B8

RGB Percentages of Color #df5db8

%44.60
%18.60
%36.80

CMYK Percentages of Color #df5db8

%0
%58
%17
%13

Triadic Colors of #df5db8

#df5db8 #b8df5d #5db8df

Analogous Colors of #df5db8

#df5db8 #df5d77 #c55ddf

Monochromatic Colors of #df5db8

#df5db8

Complementary Color

#df5db8 #5ddf84

#df5db8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df5db8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df5db8 Color CSS Codes

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

#df5db8 Text Font Color

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

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


#df5db8 Background Color

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

This div background color is #df5db8


#df5db8 Border Color

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

This div border color is #df5db8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df5db8


Comments

No comments written yet.

Please login to write comment.