Color Hex Logo

#df87bf Color Hex

#DF87BF
(223,135,191)
0 Favorites   0 Comments

Color spaces of #df87bf

RGB 223135191
HSL0.890.580.70
HSV322°39°87°
CMYK 0.000.390.14   0.13
XYZ48.499436.777553.8328
Yxy36.77750.34860.2644
Hunter Lab60.644536.6246-10.1794
CIE-Lab67.109841.3166-14.8536

#df87bf color RGB value is (223,135,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000111 10111111
Octal 337 207 277
Decimal 223 135 191
Hex DF 87 BF

RGB Percentages of Color #df87bf

%40.62
%24.59
%34.79

CMYK Percentages of Color #df87bf

%0
%39
%14
%13

Triadic Colors of #df87bf

#df87bf #bfdf87 #87bfdf

Analogous Colors of #df87bf

#df87bf #df8793 #d387df

Monochromatic Colors of #df87bf

#df87bf

Complementary Color

#df87bf #87dfa7

#df87bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df87bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#df87bf Color CSS Codes

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

#df87bf Text Font Color

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

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


#df87bf Background Color

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

This div background color is #df87bf


#df87bf Border Color

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

This div border color is #df87bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df87bf


Comments

No comments written yet.

Please login to write comment.