Color Hex Logo

#df96bb Color Hex

#DF96BB
(223,150,187)
0 Favorites   0 Comments

Color spaces of #df96bb

RGB 223150187
HSL0.920.530.73
HSV330°33°87°
CMYK 0.000.330.16   0.13
XYZ50.307441.088552.2931
Yxy41.08850.35010.2860
Hunter Lab64.100327.9154-3.4986
CIE-Lab70.237932.7378-7.9379

#df96bb color RGB value is (223,150,187).

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

The process color (four color CMYK) of #df96bb color hex is 0.00, 0.33, 0.16, 0.13. Web safe color of #df96bb is #cc99cc. Color #df96bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10010110 10111011
Octal 337 226 273
Decimal 223 150 187
Hex DF 96 BB

RGB Percentages of Color #df96bb

%39.82
%26.79
%33.39

CMYK Percentages of Color #df96bb

%0
%33
%16
%13

Triadic Colors of #df96bb

#df96bb #bbdf96 #96bbdf

Analogous Colors of #df96bb

#df96bb #df9697 #df96df

Monochromatic Colors of #df96bb

#df96bb

Complementary Color

#df96bb #96dfba

#df96bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df96bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#df96bb Color CSS Codes

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

#df96bb Text Font Color

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

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


#df96bb Background Color

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

This div background color is #df96bb


#df96bb Border Color

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

This div border color is #df96bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,150,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 #df96bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df96bb


Comments

No comments written yet.

Please login to write comment.