Color Hex Logo

#df4573 Color Hex

#DF4573
(223,69,115)
0 Favorites   0 Comments

Color spaces of #df4573

RGB 22369115
HSL0.950.710.57
HSV342°69°87°
CMYK 0.000.690.48   0.13
XYZ35.654121.182018.4290
Yxy21.18200.47370.2814
Hunter Lab46.023957.73978.4757
CIE-Lab53.148162.54898.5898

#df4573 color RGB value is (223,69,115).

#df4573 hex color red value is 223, green value is 69 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #df4573 hue: 0.95 , saturation: 0.71 and the lightness value of df4573 is 0.57.

The process color (four color CMYK) of #df4573 color hex is 0.00, 0.69, 0.48, 0.13. Web safe color of #df4573 is #cc3366. Color #df4573 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01000101 01110011
Octal 337 105 163
Decimal 223 69 115
Hex DF 45 73

RGB Percentages of Color #df4573

%54.79
%16.95
%28.26

CMYK Percentages of Color #df4573

%0
%69
%48
%13

Triadic Colors of #df4573

#df4573 #73df45 #4573df

Analogous Colors of #df4573

#df4573 #df6445 #df45c0

Monochromatic Colors of #df4573

#df4573

Complementary Color

#df4573 #45dfb1

#df4573 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df4573 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df4573 Color CSS Codes

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

#df4573 Text Font Color

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

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


#df4573 Background Color

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

This div background color is #df4573


#df4573 Border Color

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

This div border color is #df4573


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df4573


Comments

No comments written yet.

Please login to write comment.