Color Hex Logo

#df194f Color Hex

#DF194F
(223,25,79)
0 Favorites   0 Comments

Color spaces of #df194f

RGB 2232579
HSL0.950.800.49
HSV344°89°87°
CMYK 0.000.890.65   0.13
XYZ32.190316.94778.9718
Yxy16.94770.55400.2916
Hunter Lab41.167667.531815.8960
CIE-Lab48.194171.825023.6493

#df194f color RGB value is (223,25,79).

#df194f hex color red value is 223, green value is 25 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #df194f hue: 0.95 , saturation: 0.80 and the lightness value of df194f is 0.49.

The process color (four color CMYK) of #df194f color hex is 0.00, 0.89, 0.65, 0.13. Web safe color of #df194f is #cc0066. Color #df194f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00011001 01001111
Octal 337 31 117
Decimal 223 25 79
Hex DF 19 4F

RGB Percentages of Color #df194f

%68.20
%7.65
%24.16

CMYK Percentages of Color #df194f

%0
%89
%65
%13

Triadic Colors of #df194f

#df194f #4fdf19 #194fdf

Analogous Colors of #df194f

#df194f #df4619 #df19b2

Monochromatic Colors of #df194f

#df194f

Complementary Color

#df194f #19dfa9

#df194f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df194f Color Preview on White Background

Lorem ipsum dolor sit amet.

#df194f Color CSS Codes

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

#df194f Text Font Color

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

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


#df194f Background Color

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

This div background color is #df194f


#df194f Border Color

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

This div border color is #df194f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df194f


Comments

No comments written yet.

Please login to write comment.