Color Hex Logo

#df495e Color Hex

#DF495E
(223,73,94)
0 Favorites   0 Comments

Color spaces of #df495e

RGB 2237394
HSL0.980.700.58
HSV352°67°87°
CMYK 0.000.670.58   0.13
XYZ34.834321.261212.8575
Yxy21.26120.50520.3083
Hunter Lab46.109954.157915.7442
CIE-Lab53.234259.392621.2482

#df495e color RGB value is (223,73,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01001001 01011110
Octal 337 111 136
Decimal 223 73 94
Hex DF 49 5E

RGB Percentages of Color #df495e

%57.18
%18.72
%24.10

CMYK Percentages of Color #df495e

%0
%67
%58
%13

Triadic Colors of #df495e

#df495e #5edf49 #495edf

Analogous Colors of #df495e

#df495e #df7f49 #df49a9

Monochromatic Colors of #df495e

#df495e

Complementary Color

#df495e #49dfca

#df495e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df495e Color Preview on White Background

Lorem ipsum dolor sit amet.

#df495e Color CSS Codes

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

#df495e Text Font Color

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

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


#df495e Background Color

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

This div background color is #df495e


#df495e Border Color

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

This div border color is #df495e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df495e


Comments

No comments written yet.

Please login to write comment.