Color Hex Logo

#df355e Color Hex

#DF355E
(223,53,94)
0 Favorites   0 Comments

Color spaces of #df355e

RGB 2235394
HSL0.960.730.54
HSV346°76°87°
CMYK 0.000.760.58   0.13
XYZ33.724919.042312.4877
Yxy19.04230.51680.2918
Hunter Lab43.637561.586813.5793
CIE-Lab50.736766.318217.8920

#df355e color RGB value is (223,53,94).

#df355e hex color red value is 223, green value is 53 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #df355e hue: 0.96 , saturation: 0.73 and the lightness value of df355e is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00110101 01011110
Octal 337 65 136
Decimal 223 53 94
Hex DF 35 5E

RGB Percentages of Color #df355e

%60.27
%14.32
%25.41

CMYK Percentages of Color #df355e

%0
%76
%58
%13

Triadic Colors of #df355e

#df355e #5edf35 #355edf

Analogous Colors of #df355e

#df355e #df6135 #df35b3

Monochromatic Colors of #df355e

#df355e

Complementary Color

#df355e #35dfb6

#df355e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df355e Color Preview on White Background

Lorem ipsum dolor sit amet.

#df355e Color CSS Codes

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

#df355e Text Font Color

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

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


#df355e Background Color

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

This div background color is #df355e


#df355e Border Color

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

This div border color is #df355e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df355e


Comments

No comments written yet.

Please login to write comment.