Color Hex Logo

#df099c Color Hex

#DF099C
(223,9,156)
0 Favorites   0 Comments

Color spaces of #df099c

RGB 2239156
HSL0.890.920.45
HSV319°96°87°
CMYK 0.000.960.30   0.13
XYZ36.529918.283633.0562
Yxy18.28360.41570.2081
Hunter Lab42.759377.6663-15.9041
CIE-Lab49.838379.7441-20.9048

#df099c color RGB value is (223,9,156).

#df099c hex color red value is 223, green value is 9 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #df099c hue: 0.89 , saturation: 0.92 and the lightness value of df099c is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00001001 10011100
Octal 337 11 234
Decimal 223 9 156
Hex DF 9 9C

RGB Percentages of Color #df099c

%57.47
%2.32
%40.21

CMYK Percentages of Color #df099c

%0
%96
%30
%13

Triadic Colors of #df099c

#df099c #9cdf09 #099cdf

Analogous Colors of #df099c

#df099c #df0931 #b709df

Monochromatic Colors of #df099c

#df099c

Complementary Color

#df099c #09df4c

#df099c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df099c Color Preview on White Background

Lorem ipsum dolor sit amet.

#df099c Color CSS Codes

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

#df099c Text Font Color

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

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


#df099c Background Color

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

This div background color is #df099c


#df099c Border Color

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

This div border color is #df099c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df099c


Comments

No comments written yet.

Please login to write comment.