Color Hex Logo

#df87bd Color Hex

#DF87BD
(223,135,189)
0 Favorites   0 Comments

Color spaces of #df87bd

RGB 223135189
HSL0.900.580.70
HSV323°39°87°
CMYK 0.000.390.15   0.13
XYZ48.280736.690052.6813
Yxy36.69000.35070.2665
Hunter Lab60.572336.2766-9.1655
CIE-Lab67.043840.9994-13.8316

#df87bd color RGB value is (223,135,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000111 10111101
Octal 337 207 275
Decimal 223 135 189
Hex DF 87 BD

RGB Percentages of Color #df87bd

%40.77
%24.68
%34.55

CMYK Percentages of Color #df87bd

%0
%39
%15
%13

Triadic Colors of #df87bd

#df87bd #bddf87 #87bddf

Analogous Colors of #df87bd

#df87bd #df8791 #d587df

Monochromatic Colors of #df87bd

#df87bd

Complementary Color

#df87bd #87dfa9

#df87bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df87bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#df87bd Color CSS Codes

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

#df87bd Text Font Color

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

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


#df87bd Background Color

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

This div background color is #df87bd


#df87bd Border Color

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

This div border color is #df87bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df87bd


Comments

No comments written yet.

Please login to write comment.