Color Hex Logo

#df585d Color Hex

#DF585D
(223,88,93)
0 Favorites   0 Comments

Color spaces of #df585d

RGB 2238893
HSL0.990.680.61
HSV358°61°87°
CMYK 0.000.610.58   0.13
XYZ35.896923.457712.9917
Yxy23.45770.49620.3242
Hunter Lab48.433147.539717.9993
CIE-Lab55.540753.052724.8848

#df585d color RGB value is (223,88,93).

#df585d hex color red value is 223, green value is 88 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #df585d hue: 0.99 , saturation: 0.68 and the lightness value of df585d is 0.61.

The process color (four color CMYK) of #df585d color hex is 0.00, 0.61, 0.58, 0.13. Web safe color of #df585d is #cc6666. Color #df585d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01011000 01011101
Octal 337 130 135
Decimal 223 88 93
Hex DF 58 5D

RGB Percentages of Color #df585d

%55.20
%21.78
%23.02

CMYK Percentages of Color #df585d

%0
%61
%58
%13

Triadic Colors of #df585d

#df585d #5ddf58 #585ddf

Analogous Colors of #df585d

#df585d #df9758 #df58a1

Monochromatic Colors of #df585d

#df585d

Complementary Color

#df585d #58dfda

#df585d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df585d Color Preview on White Background

Lorem ipsum dolor sit amet.

#df585d Color CSS Codes

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

#df585d Text Font Color

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

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


#df585d Background Color

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

This div background color is #df585d


#df585d Border Color

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

This div border color is #df585d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df585d


Comments

No comments written yet.

Please login to write comment.