Color Hex Logo

#df494b Color Hex

#DF494B
(223,73,75)
0 Favorites   0 Comments

Color spaces of #df494b

RGB 2237375
HSL1.000.700.58
HSV359°67°87°
CMYK 0.000.670.66   0.13
XYZ34.084020.96118.9061
Yxy20.96110.53300.3278
Hunter Lab45.783352.766020.5148
CIE-Lab52.906958.215731.9878

#df494b color RGB value is (223,73,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01001001 01001011
Octal 337 111 113
Decimal 223 73 75
Hex DF 49 4B

RGB Percentages of Color #df494b

%60.11
%19.68
%20.22

CMYK Percentages of Color #df494b

%0
%67
%66
%13

Triadic Colors of #df494b

#df494b #4bdf49 #494bdf

Analogous Colors of #df494b

#df494b #df9249 #df4996

Monochromatic Colors of #df494b

#df494b

Complementary Color

#df494b #49dfdd

#df494b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df494b Color Preview on White Background

Lorem ipsum dolor sit amet.

#df494b Color CSS Codes

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

#df494b Text Font Color

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

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


#df494b Background Color

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

This div background color is #df494b


#df494b Border Color

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

This div border color is #df494b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df494b


Comments

No comments written yet.

Please login to write comment.