Color Hex Logo

#df98bb Color Hex

#DF98BB
(223,152,187)
0 Favorites   0 Comments

Color spaces of #df98bb

RGB 223152187
HSL0.920.530.74
HSV330°32°87°
CMYK 0.000.320.16   0.13
XYZ50.629341.732352.4004
Yxy41.73230.34970.2883
Hunter Lab64.600526.8446-2.8724
CIE-Lab70.686031.6672-7.2724

#df98bb color RGB value is (223,152,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10011000 10111011
Octal 337 230 273
Decimal 223 152 187
Hex DF 98 BB

RGB Percentages of Color #df98bb

%39.68
%27.05
%33.27

CMYK Percentages of Color #df98bb

%0
%32
%16
%13

Triadic Colors of #df98bb

#df98bb #bbdf98 #98bbdf

Analogous Colors of #df98bb

#df98bb #df9998 #df98df

Monochromatic Colors of #df98bb

#df98bb

Complementary Color

#df98bb #98dfbc

#df98bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df98bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#df98bb Color CSS Codes

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

#df98bb Text Font Color

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

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


#df98bb Background Color

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

This div background color is #df98bb


#df98bb Border Color

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

This div border color is #df98bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df98bb


Comments

No comments written yet.

Please login to write comment.