Color Hex Logo

#df59bd Color Hex

#DF59BD
(223,89,189)
0 Favorites   0 Comments

Color spaces of #df59bd

RGB 22389189
HSL0.880.680.61
HSV315°60°87°
CMYK 0.000.600.15   0.13
XYZ43.189126.506950.9841
Yxy26.50690.35790.2196
Hunter Lab51.484959.6398-22.6739
CIE-Lab58.515163.2129-26.8317

#df59bd color RGB value is (223,89,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01011001 10111101
Octal 337 131 275
Decimal 223 89 189
Hex DF 59 BD

RGB Percentages of Color #df59bd

%44.51
%17.76
%37.72

CMYK Percentages of Color #df59bd

%0
%60
%15
%13

Triadic Colors of #df59bd

#df59bd #bddf59 #59bddf

Analogous Colors of #df59bd

#df59bd #df597a #be59df

Monochromatic Colors of #df59bd

#df59bd

Complementary Color

#df59bd #59df7b

#df59bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df59bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#df59bd Color CSS Codes

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

#df59bd Text Font Color

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

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


#df59bd Background Color

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

This div background color is #df59bd


#df59bd Border Color

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

This div border color is #df59bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df59bd


Comments

No comments written yet.

Please login to write comment.