Color Hex Logo

#df494d Color Hex

#DF494D
(223,73,77)
0 Favorites   0 Comments

Color spaces of #df494d

RGB 2237377
HSL1.000.700.58
HSV358°67°87°
CMYK 0.000.670.65   0.13
XYZ34.153520.98899.2723
Yxy20.98890.53020.3258
Hunter Lab45.813652.895620.0697
CIE-Lab52.937358.325730.8663

#df494d color RGB value is (223,73,77).

#df494d hex color red value is 223, green value is 73 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #df494d hue: 1.00 , saturation: 0.70 and the lightness value of df494d is 0.58.

The process color (four color CMYK) of #df494d color hex is 0.00, 0.67, 0.65, 0.13. Web safe color of #df494d is #cc3366. Color #df494d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01001001 01001101
Octal 337 111 115
Decimal 223 73 77
Hex DF 49 4D

RGB Percentages of Color #df494d

%59.79
%19.57
%20.64

CMYK Percentages of Color #df494d

%0
%67
%65
%13

Triadic Colors of #df494d

#df494d #4ddf49 #494ddf

Analogous Colors of #df494d

#df494d #df9049 #df4998

Monochromatic Colors of #df494d

#df494d

Complementary Color

#df494d #49dfdb

#df494d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df494d Color Preview on White Background

Lorem ipsum dolor sit amet.

#df494d Color CSS Codes

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

#df494d Text Font Color

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

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


#df494d Background Color

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

This div background color is #df494d


#df494d Border Color

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

This div border color is #df494d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df494d


Comments

No comments written yet.

Please login to write comment.