Color Hex Logo

#df88bd Color Hex

#DF88BD
(223,136,189)
0 Favorites   0 Comments

Color spaces of #df88bd

RGB 223136189
HSL0.900.580.70
HSV323°39°87°
CMYK 0.000.390.15   0.13
XYZ48.420936.970452.7281
Yxy36.97040.35060.2677
Hunter Lab60.803335.7433-8.8535
CIE-Lab67.254840.4757-13.5142

#df88bd color RGB value is (223,136,189).

#df88bd hex color red value is 223, green value is 136 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #df88bd hue: 0.90 , saturation: 0.58 and the lightness value of df88bd is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10001000 10111101
Octal 337 210 275
Decimal 223 136 189
Hex DF 88 BD

RGB Percentages of Color #df88bd

%40.69
%24.82
%34.49

CMYK Percentages of Color #df88bd

%0
%39
%15
%13

Triadic Colors of #df88bd

#df88bd #bddf88 #88bddf

Analogous Colors of #df88bd

#df88bd #df8892 #d688df

Monochromatic Colors of #df88bd

#df88bd

Complementary Color

#df88bd #88dfaa

#df88bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df88bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#df88bd Color CSS Codes

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

#df88bd Text Font Color

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

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


#df88bd Background Color

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

This div background color is #df88bd


#df88bd Border Color

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

This div border color is #df88bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df88bd


Comments

No comments written yet.

Please login to write comment.