Color Hex Logo

#df57ca Color Hex

#DF57CA
(223,87,202)
0 Favorites   0 Comments

Color spaces of #df57ca

RGB 22387202
HSL0.860.680.61
HSV309°61°87°
CMYK 0.000.610.09   0.13
XYZ44.500326.768658.6986
Yxy26.76860.34240.2060
Hunter Lab51.738462.9861-31.0493
CIE-Lab58.759566.0107-33.8786

#df57ca color RGB value is (223,87,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01010111 11001010
Octal 337 127 312
Decimal 223 87 202
Hex DF 57 CA

RGB Percentages of Color #df57ca

%43.55
%16.99
%39.45

CMYK Percentages of Color #df57ca

%0
%61
%9
%13

Triadic Colors of #df57ca

#df57ca #cadf57 #57cadf

Analogous Colors of #df57ca

#df57ca #df5786 #b057df

Monochromatic Colors of #df57ca

#df57ca

Complementary Color

#df57ca #57df6c

#df57ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df57ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#df57ca Color CSS Codes

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

#df57ca Text Font Color

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

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


#df57ca Background Color

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

This div background color is #df57ca


#df57ca Border Color

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

This div border color is #df57ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,87,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #df57ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df57ca


Comments

No comments written yet.

Please login to write comment.