Color Hex Logo

#df84bf Color Hex

#DF84BF
(223,132,191)
0 Favorites   0 Comments

Color spaces of #df84bf

RGB 223132191
HSL0.890.590.70
HSV321°41°87°
CMYK 0.000.410.14   0.13
XYZ48.086735.952153.6952
Yxy35.95210.34910.2610
Hunter Lab59.960138.2231-11.1231
CIE-Lab66.483342.8803-15.7988

#df84bf color RGB value is (223,132,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000100 10111111
Octal 337 204 277
Decimal 223 132 191
Hex DF 84 BF

RGB Percentages of Color #df84bf

%40.84
%24.18
%34.98

CMYK Percentages of Color #df84bf

%0
%41
%14
%13

Triadic Colors of #df84bf

#df84bf #bfdf84 #84bfdf

Analogous Colors of #df84bf

#df84bf #df8492 #d284df

Monochromatic Colors of #df84bf

#df84bf

Complementary Color

#df84bf #84dfa4

#df84bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df84bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#df84bf Color CSS Codes

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

#df84bf Text Font Color

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

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


#df84bf Background Color

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

This div background color is #df84bf


#df84bf Border Color

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

This div border color is #df84bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df84bf

#df84bf Color Palettes


Comments

No comments written yet.

Please login to write comment.