Color Hex Logo

#df4a5a Color Hex

#DF4A5A
(223,74,90)
0 Favorites   0 Comments

Color spaces of #df4a5a

RGB 2237490
HSL0.980.700.58
HSV354°67°87°
CMYK 0.000.670.60   0.13
XYZ34.725721.323711.9585
Yxy21.32370.51060.3135
Hunter Lab46.177653.421816.9701
CIE-Lab53.302058.728323.7075

#df4a5a color RGB value is (223,74,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01001010 01011010
Octal 337 112 132
Decimal 223 74 90
Hex DF 4A 5A

RGB Percentages of Color #df4a5a

%57.62
%19.12
%23.26

CMYK Percentages of Color #df4a5a

%0
%67
%60
%13

Triadic Colors of #df4a5a

#df4a5a #5adf4a #4a5adf

Analogous Colors of #df4a5a

#df4a5a #df854a #df4aa5

Monochromatic Colors of #df4a5a

#df4a5a

Complementary Color

#df4a5a #4adfcf

#df4a5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df4a5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#df4a5a Color CSS Codes

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

#df4a5a Text Font Color

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

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


#df4a5a Background Color

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

This div background color is #df4a5a


#df4a5a Border Color

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

This div border color is #df4a5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df4a5a


Comments

No comments written yet.

Please login to write comment.