Color Hex Logo

#df99bd Color Hex

#DF99BD
(223,153,189)
0 Favorites   0 Comments

Color spaces of #df99bd

RGB 223153189
HSL0.910.520.74
HSV329°31°87°
CMYK 0.000.310.15   0.13
XYZ51.008042.144653.5904
Yxy42.14460.34760.2872
Hunter Lab64.918926.6428-3.5006
CIE-Lab70.970531.4488-7.9594

#df99bd color RGB value is (223,153,189).

#df99bd hex color red value is 223, green value is 153 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #df99bd hue: 0.91 , saturation: 0.52 and the lightness value of df99bd is 0.74.

The process color (four color CMYK) of #df99bd color hex is 0.00, 0.31, 0.15, 0.13. Web safe color of #df99bd is #cc99cc. Color #df99bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10011001 10111101
Octal 337 231 275
Decimal 223 153 189
Hex DF 99 BD

RGB Percentages of Color #df99bd

%39.47
%27.08
%33.45

CMYK Percentages of Color #df99bd

%0
%31
%15
%13

Triadic Colors of #df99bd

#df99bd #bddf99 #99bddf

Analogous Colors of #df99bd

#df99bd #df999a #de99df

Monochromatic Colors of #df99bd

#df99bd

Complementary Color

#df99bd #99dfbb

#df99bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df99bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#df99bd Color CSS Codes

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

#df99bd Text Font Color

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

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


#df99bd Background Color

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

This div background color is #df99bd


#df99bd Border Color

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

This div border color is #df99bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df99bd


Comments

No comments written yet.

Please login to write comment.