Color Hex Logo

#df345e Color Hex

#DF345E
(223,52,94)
0 Favorites   0 Comments

Color spaces of #df345e

RGB 2235294
HSL0.960.730.54
HSV345°77°87°
CMYK 0.000.770.58   0.13
XYZ33.679818.952112.4727
Yxy18.95210.51730.2911
Hunter Lab43.534061.910813.4869
CIE-Lab50.631166.615317.7490

#df345e color RGB value is (223,52,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00110100 01011110
Octal 337 64 136
Decimal 223 52 94
Hex DF 34 5E

RGB Percentages of Color #df345e

%60.43
%14.09
%25.47

CMYK Percentages of Color #df345e

%0
%77
%58
%13

Triadic Colors of #df345e

#df345e #5edf34 #345edf

Analogous Colors of #df345e

#df345e #df5f34 #df34b4

Monochromatic Colors of #df345e

#df345e

Complementary Color

#df345e #34dfb5

#df345e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df345e Color Preview on White Background

Lorem ipsum dolor sit amet.

#df345e Color CSS Codes

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

#df345e Text Font Color

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

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


#df345e Background Color

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

This div background color is #df345e


#df345e Border Color

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

This div border color is #df345e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df345e


Comments

No comments written yet.

Please login to write comment.