Color Hex Logo

#df345f Color Hex

#DF345F
(223,52,95)
0 Favorites   0 Comments

Color spaces of #df345f

RGB 2235295
HSL0.960.730.54
HSV345°77°87°
CMYK 0.000.770.57   0.13
XYZ33.725018.970212.7106
Yxy18.97020.51560.2900
Hunter Lab43.554861.993813.1857
CIE-Lab50.652366.682117.1719

#df345f color RGB value is (223,52,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00110100 01011111
Octal 337 64 137
Decimal 223 52 95
Hex DF 34 5F

RGB Percentages of Color #df345f

%60.27
%14.05
%25.68

CMYK Percentages of Color #df345f

%0
%77
%57
%13

Triadic Colors of #df345f

#df345f #5fdf34 #345fdf

Analogous Colors of #df345f

#df345f #df5f34 #df34b5

Monochromatic Colors of #df345f

#df345f

Complementary Color

#df345f #34dfb4

#df345f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df345f Color Preview on White Background

Lorem ipsum dolor sit amet.

#df345f Color CSS Codes

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

#df345f Text Font Color

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

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


#df345f Background Color

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

This div background color is #df345f


#df345f Border Color

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

This div border color is #df345f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df345f


Comments

No comments written yet.

Please login to write comment.