Color Hex Logo

#df149f Color Hex

#DF149F
(223,20,159)
0 Favorites   0 Comments

Color spaces of #df149f

RGB 22320159
HSL0.890.840.48
HSV319°91°87°
CMYK 0.000.910.29   0.13
XYZ36.939618.691534.4618
Yxy18.69150.41000.2075
Hunter Lab43.233776.8546-16.9968
CIE-Lab50.324379.0032-21.9457

#df149f color RGB value is (223,20,159).

#df149f hex color red value is 223, green value is 20 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #df149f hue: 0.89 , saturation: 0.84 and the lightness value of df149f is 0.48.

The process color (four color CMYK) of #df149f color hex is 0.00, 0.91, 0.29, 0.13. Web safe color of #df149f is #cc0099. Color #df149f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00010100 10011111
Octal 337 24 237
Decimal 223 20 159
Hex DF 14 9F

RGB Percentages of Color #df149f

%55.47
%4.98
%39.55

CMYK Percentages of Color #df149f

%0
%91
%29
%13

Triadic Colors of #df149f

#df149f #9fdf14 #149fdf

Analogous Colors of #df149f

#df149f #df1439 #ba14df

Monochromatic Colors of #df149f

#df149f

Complementary Color

#df149f #14df54

#df149f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df149f Color Preview on White Background

Lorem ipsum dolor sit amet.

#df149f Color CSS Codes

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

#df149f Text Font Color

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

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


#df149f Background Color

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

This div background color is #df149f


#df149f Border Color

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

This div border color is #df149f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df149f


Comments

No comments written yet.

Please login to write comment.