Color Hex Logo

#df57bf Color Hex

#DF57BF
(223,87,191)
0 Favorites   0 Comments

Color spaces of #df57bf

RGB 22387191
HSL0.870.680.61
HSV314°61°87°
CMYK 0.000.610.14   0.13
XYZ43.243626.266052.0809
Yxy26.26600.35560.2160
Hunter Lab51.250460.9251-24.3756
CIE-Lab58.288764.3505-28.3279

#df57bf color RGB value is (223,87,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01010111 10111111
Octal 337 127 277
Decimal 223 87 191
Hex DF 57 BF

RGB Percentages of Color #df57bf

%44.51
%17.37
%38.12

CMYK Percentages of Color #df57bf

%0
%61
%14
%13

Triadic Colors of #df57bf

#df57bf #bfdf57 #57bfdf

Analogous Colors of #df57bf

#df57bf #df577b #bb57df

Monochromatic Colors of #df57bf

#df57bf

Complementary Color

#df57bf #57df77

#df57bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df57bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#df57bf Color CSS Codes

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

#df57bf Text Font Color

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

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


#df57bf Background Color

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

This div background color is #df57bf


#df57bf Border Color

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

This div border color is #df57bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df57bf


Comments

No comments written yet.

Please login to write comment.