Color Hex Logo

#df90bb Color Hex

#DF90BB
(223,144,187)
0 Favorites   0 Comments

Color spaces of #df90bb

RGB 223144187
HSL0.910.550.72
HSV327°35°87°
CMYK 0.000.350.16   0.13
XYZ49.374339.222351.9821
Yxy39.22230.35120.2790
Hunter Lab62.627731.1270-5.3723
CIE-Lab68.912035.9366-9.9128

#df90bb color RGB value is (223,144,187).

#df90bb hex color red value is 223, green value is 144 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #df90bb hue: 0.91 , saturation: 0.55 and the lightness value of df90bb is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10010000 10111011
Octal 337 220 273
Decimal 223 144 187
Hex DF 90 BB

RGB Percentages of Color #df90bb

%40.25
%25.99
%33.75

CMYK Percentages of Color #df90bb

%0
%35
%16
%13

Triadic Colors of #df90bb

#df90bb #bbdf90 #90bbdf

Analogous Colors of #df90bb

#df90bb #df9094 #dc90df

Monochromatic Colors of #df90bb

#df90bb

Complementary Color

#df90bb #90dfb4

#df90bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df90bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#df90bb Color CSS Codes

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

#df90bb Text Font Color

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

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


#df90bb Background Color

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

This div background color is #df90bb


#df90bb Border Color

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

This div border color is #df90bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df90bb


Comments

No comments written yet.

Please login to write comment.