Color Hex Logo

#df585e Color Hex

#DF585E
(223,88,94)
0 Favorites   0 Comments

Color spaces of #df585e

RGB 2238894
HSL0.990.680.61
HSV357°61°87°
CMYK 0.000.610.58   0.13
XYZ35.941523.475613.2266
Yxy23.47560.49480.3232
Hunter Lab48.451647.621317.7308
CIE-Lab55.558953.123924.3263

#df585e color RGB value is (223,88,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01011000 01011110
Octal 337 130 136
Decimal 223 88 94
Hex DF 58 5E

RGB Percentages of Color #df585e

%55.06
%21.73
%23.21

CMYK Percentages of Color #df585e

%0
%61
%58
%13

Triadic Colors of #df585e

#df585e #5edf58 #585edf

Analogous Colors of #df585e

#df585e #df9658 #df58a2

Monochromatic Colors of #df585e

#df585e

Complementary Color

#df585e #58dfd9

#df585e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df585e Color Preview on White Background

Lorem ipsum dolor sit amet.

#df585e Color CSS Codes

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

#df585e Text Font Color

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

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


#df585e Background Color

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

This div background color is #df585e


#df585e Border Color

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

This div border color is #df585e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df585e


Comments

No comments written yet.

Please login to write comment.