Color Hex Logo

#df615e Color Hex

#DF615E
(223,97,94)
0 Favorites   0 Comments

Color spaces of #df615e

RGB 2239794
HSL0.000.670.62
HSV58°87°
CMYK 0.000.570.58   0.13
XYZ36.726525.045513.4882
Yxy25.04550.48800.3328
Hunter Lab50.045543.414919.0521
CIE-Lab57.119749.009626.3686

#df615e color RGB value is (223,97,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01100001 01011110
Octal 337 141 136
Decimal 223 97 94
Hex DF 61 5E

RGB Percentages of Color #df615e

%53.86
%23.43
%22.71

CMYK Percentages of Color #df615e

%0
%57
%58
%13

Triadic Colors of #df615e

#df615e #5edf61 #615edf

Analogous Colors of #df615e

#df615e #dfa25e #df5e9c

Monochromatic Colors of #df615e

#df615e

Complementary Color

#df615e #5edcdf

#df615e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df615e Color Preview on White Background

Lorem ipsum dolor sit amet.

#df615e Color CSS Codes

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

#df615e Text Font Color

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

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


#df615e Background Color

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

This div background color is #df615e


#df615e Border Color

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

This div border color is #df615e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,97,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 #df615e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df615e


Comments

No comments written yet.

Please login to write comment.