Color Hex Logo

#df79bd Color Hex

#DF79BD
(223,121,189)
0 Favorites   0 Comments

Color spaces of #df79bd

RGB 223121189
HSL0.890.610.67
HSV320°46°87°
CMYK 0.000.460.15   0.13
XYZ46.454133.036852.0725
Yxy33.03680.35310.2511
Hunter Lab57.477643.6799-13.4801
CIE-Lab64.190748.2014-18.1436

#df79bd color RGB value is (223,121,189).

#df79bd hex color red value is 223, green value is 121 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #df79bd hue: 0.89 , saturation: 0.61 and the lightness value of df79bd is 0.67.

The process color (four color CMYK) of #df79bd color hex is 0.00, 0.46, 0.15, 0.13. Web safe color of #df79bd is #cc66cc. Color #df79bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01111001 10111101
Octal 337 171 275
Decimal 223 121 189
Hex DF 79 BD

RGB Percentages of Color #df79bd

%41.84
%22.70
%35.46

CMYK Percentages of Color #df79bd

%0
%46
%15
%13

Triadic Colors of #df79bd

#df79bd #bddf79 #79bddf

Analogous Colors of #df79bd

#df79bd #df798a #ce79df

Monochromatic Colors of #df79bd

#df79bd

Complementary Color

#df79bd #79df9b

#df79bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df79bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#df79bd Color CSS Codes

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

#df79bd Text Font Color

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

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


#df79bd Background Color

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

This div background color is #df79bd


#df79bd Border Color

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

This div border color is #df79bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df79bd


Comments

No comments written yet.

Please login to write comment.