Color Hex Logo

#df585b Color Hex

#DF585B
(223,88,91)
0 Favorites   0 Comments

Color spaces of #df585b

RGB 2238891
HSL1.000.680.61
HSV359°61°87°
CMYK 0.000.610.59   0.13
XYZ35.809523.422812.5312
Yxy23.42280.49900.3264
Hunter Lab48.397147.379018.5263
CIE-Lab55.505252.912226.0009

#df585b color RGB value is (223,88,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01011000 01011011
Octal 337 130 133
Decimal 223 88 91
Hex DF 58 5B

RGB Percentages of Color #df585b

%55.47
%21.89
%22.64

CMYK Percentages of Color #df585b

%0
%61
%59
%13

Triadic Colors of #df585b

#df585b #5bdf58 #585bdf

Analogous Colors of #df585b

#df585b #df9958 #df589f

Monochromatic Colors of #df585b

#df585b

Complementary Color

#df585b #58dfdc

#df585b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df585b Color Preview on White Background

Lorem ipsum dolor sit amet.

#df585b Color CSS Codes

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

#df585b Text Font Color

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

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


#df585b Background Color

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

This div background color is #df585b


#df585b Border Color

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

This div border color is #df585b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df585b


Comments

No comments written yet.

Please login to write comment.