Color Hex Logo

#df57bd Color Hex

#DF57BD
(223,87,189)
0 Favorites   0 Comments

Color spaces of #df57bd

RGB 22387189
HSL0.880.680.61
HSV315°61°87°
CMYK 0.000.610.15   0.13
XYZ43.024926.178550.9294
Yxy26.17850.35810.2179
Hunter Lab51.164960.5631-23.2016
CIE-Lab58.206164.0571-27.3089

#df57bd color RGB value is (223,87,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01010111 10111101
Octal 337 127 275
Decimal 223 87 189
Hex DF 57 BD

RGB Percentages of Color #df57bd

%44.69
%17.43
%37.88

CMYK Percentages of Color #df57bd

%0
%61
%15
%13

Triadic Colors of #df57bd

#df57bd #bddf57 #57bddf

Analogous Colors of #df57bd

#df57bd #df5779 #bd57df

Monochromatic Colors of #df57bd

#df57bd

Complementary Color

#df57bd #57df79

#df57bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df57bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#df57bd Color CSS Codes

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

#df57bd Text Font Color

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

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


#df57bd Background Color

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

This div background color is #df57bd


#df57bd Border Color

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

This div border color is #df57bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df57bd


Comments

No comments written yet.

Please login to write comment.