Color Hex Logo

#df394a Color Hex

#DF394A
(223,57,74)
0 Favorites   0 Comments

Color spaces of #df394a

RGB 2235774
HSL0.980.720.55
HSV354°74°87°
CMYK 0.000.740.67   0.13
XYZ33.130619.10868.4207
Yxy19.10860.54620.3150
Hunter Lab43.713458.787619.1781
CIE-Lab50.814063.893229.9862

#df394a color RGB value is (223,57,74).

#df394a hex color red value is 223, green value is 57 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #df394a hue: 0.98 , saturation: 0.72 and the lightness value of df394a is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00111001 01001010
Octal 337 71 112
Decimal 223 57 74
Hex DF 39 4A

RGB Percentages of Color #df394a

%62.99
%16.10
%20.90

CMYK Percentages of Color #df394a

%0
%74
%67
%13

Triadic Colors of #df394a

#df394a #4adf39 #394adf

Analogous Colors of #df394a

#df394a #df7b39 #df399d

Monochromatic Colors of #df394a

#df394a

Complementary Color

#df394a #39dfce

#df394a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df394a Color Preview on White Background

Lorem ipsum dolor sit amet.

#df394a Color CSS Codes

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

#df394a Text Font Color

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

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


#df394a Background Color

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

This div background color is #df394a


#df394a Border Color

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

This div border color is #df394a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df394a


Comments

No comments written yet.

Please login to write comment.