Color Hex Logo

#df09bb Color Hex

#DF09BB
(223,9,187)
0 Favorites   0 Comments

Color spaces of #df09bb

RGB 2239187
HSL0.860.920.45
HSV310°96°87°
CMYK 0.000.960.16   0.13
XYZ39.498819.471248.6902
Yxy19.47120.36690.1809
Hunter Lab44.126282.5604-34.5341
CIE-Lab51.234083.3212-37.0203

#df09bb color RGB value is (223,9,187).

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

The process color (four color CMYK) of #df09bb color hex is 0.00, 0.96, 0.16, 0.13. Web safe color of #df09bb is #cc00cc. Color #df09bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00001001 10111011
Octal 337 11 273
Decimal 223 9 187
Hex DF 9 BB

RGB Percentages of Color #df09bb

%53.22
%2.15
%44.63

CMYK Percentages of Color #df09bb

%0
%96
%16
%13

Triadic Colors of #df09bb

#df09bb #bbdf09 #09bbdf

Analogous Colors of #df09bb

#df09bb #df0950 #9809df

Monochromatic Colors of #df09bb

#df09bb

Complementary Color

#df09bb #09df2d

#df09bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df09bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#df09bb Color CSS Codes

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

#df09bb Text Font Color

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

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


#df09bb Background Color

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

This div background color is #df09bb


#df09bb Border Color

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

This div border color is #df09bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df09bb


Comments

No comments written yet.

Please login to write comment.