Color Hex Logo

#df495a Color Hex

#DF495A
(223,73,90)
0 Favorites   0 Comments

Color spaces of #df495a

RGB 2237390
HSL0.980.700.58
HSV353°67°87°
CMYK 0.000.670.60   0.13
XYZ34.659421.191211.9364
Yxy21.19120.51130.3126
Hunter Lab46.033953.835216.8501
CIE-Lab53.158159.120623.5185

#df495a color RGB value is (223,73,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01001001 01011010
Octal 337 111 132
Decimal 223 73 90
Hex DF 49 5A

RGB Percentages of Color #df495a

%57.77
%18.91
%23.32

CMYK Percentages of Color #df495a

%0
%67
%60
%13

Triadic Colors of #df495a

#df495a #5adf49 #495adf

Analogous Colors of #df495a

#df495a #df8349 #df49a5

Monochromatic Colors of #df495a

#df495a

Complementary Color

#df495a #49dfce

#df495a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df495a Color Preview on White Background

Lorem ipsum dolor sit amet.

#df495a Color CSS Codes

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

#df495a Text Font Color

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

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


#df495a Background Color

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

This div background color is #df495a


#df495a Border Color

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

This div border color is #df495a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df495a


Comments

No comments written yet.

Please login to write comment.