Color Hex Logo

#df614e Color Hex

#DF614E
(223,97,78)
0 Favorites   0 Comments

Color spaces of #df614e

RGB 2239778
HSL0.020.690.59
HSV65°87°
CMYK 0.000.570.65   0.13
XYZ36.081324.787410.0905
Yxy24.78740.50850.3493
Hunter Lab49.786942.234322.8343
CIE-Lab56.867747.950735.1272

#df614e color RGB value is (223,97,78).

#df614e hex color red value is 223, green value is 97 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #df614e hue: 0.02 , saturation: 0.69 and the lightness value of df614e is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01100001 01001110
Octal 337 141 116
Decimal 223 97 78
Hex DF 61 4E

RGB Percentages of Color #df614e

%56.03
%24.37
%19.60

CMYK Percentages of Color #df614e

%0
%57
%65
%13

Triadic Colors of #df614e

#df614e #4edf61 #614edf

Analogous Colors of #df614e

#df614e #dfaa4e #df4e84

Monochromatic Colors of #df614e

#df614e

Complementary Color

#df614e #4eccdf

#df614e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df614e Color Preview on White Background

Lorem ipsum dolor sit amet.

#df614e Color CSS Codes

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

#df614e Text Font Color

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

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


#df614e Background Color

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

This div background color is #df614e


#df614e Border Color

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

This div border color is #df614e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df614e

#df614e Color Palettes


Comments

No comments written yet.

Please login to write comment.