Color Hex Logo

#df494a Color Hex

#DF494A
(223,73,74)
0 Favorites   0 Comments

Color spaces of #df494a

RGB 2237374
HSL1.000.700.58
HSV360°67°87°
CMYK 0.000.670.67   0.13
XYZ34.050020.94758.7272
Yxy20.94750.53430.3287
Hunter Lab45.768452.702520.7324
CIE-Lab52.892058.161832.5473

#df494a color RGB value is (223,73,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01001001 01001010
Octal 337 111 112
Decimal 223 73 74
Hex DF 49 4A

RGB Percentages of Color #df494a

%60.27
%19.73
%20.00

CMYK Percentages of Color #df494a

%0
%67
%67
%13

Triadic Colors of #df494a

#df494a #4adf49 #494adf

Analogous Colors of #df494a

#df494a #df9349 #df4995

Monochromatic Colors of #df494a

#df494a

Complementary Color

#df494a #49dfde

#df494a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df494a Color Preview on White Background

Lorem ipsum dolor sit amet.

#df494a Color CSS Codes

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

#df494a Text Font Color

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

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


#df494a Background Color

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

This div background color is #df494a


#df494a Border Color

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

This div border color is #df494a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df494a


Comments

No comments written yet.

Please login to write comment.