Color Hex Logo

#df169d Color Hex

#DF169D
(223,22,157)
0 Favorites   0 Comments

Color spaces of #df169d

RGB 22322157
HSL0.890.820.48
HSV320°90°87°
CMYK 0.000.900.30   0.13
XYZ36.804118.696133.5672
Yxy18.69610.41320.2099
Hunter Lab43.239076.2672-15.7606
CIE-Lab50.329778.5330-20.7466

#df169d color RGB value is (223,22,157).

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

The process color (four color CMYK) of #df169d color hex is 0.00, 0.90, 0.30, 0.13. Web safe color of #df169d is #cc0099. Color #df169d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00010110 10011101
Octal 337 26 235
Decimal 223 22 157
Hex DF 16 9D

RGB Percentages of Color #df169d

%55.47
%5.47
%39.05

CMYK Percentages of Color #df169d

%0
%90
%30
%13

Triadic Colors of #df169d

#df169d #9ddf16 #169ddf

Analogous Colors of #df169d

#df169d #df1638 #bd16df

Monochromatic Colors of #df169d

#df169d

Complementary Color

#df169d #16df58

#df169d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df169d Color Preview on White Background

Lorem ipsum dolor sit amet.

#df169d Color CSS Codes

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

#df169d Text Font Color

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

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


#df169d Background Color

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

This div background color is #df169d


#df169d Border Color

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

This div border color is #df169d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df169d


Comments

No comments written yet.

Please login to write comment.