Color Hex Logo

#df5772 Color Hex

#DF5772
(223,87,114)
0 Favorites   0 Comments

Color spaces of #df5772

RGB 22387114
HSL0.970.680.61
HSV348°61°87°
CMYK 0.000.610.49   0.13
XYZ36.876923.719318.5542
Yxy23.71930.46590.2997
Hunter Lab48.702549.928711.5040
CIE-Lab55.805655.170112.9218

#df5772 color RGB value is (223,87,114).

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

The process color (four color CMYK) of #df5772 color hex is 0.00, 0.61, 0.49, 0.13. Web safe color of #df5772 is #cc6666. Color #df5772 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01010111 01110010
Octal 337 127 162
Decimal 223 87 114
Hex DF 57 72

RGB Percentages of Color #df5772

%52.59
%20.52
%26.89

CMYK Percentages of Color #df5772

%0
%61
%49
%13

Triadic Colors of #df5772

#df5772 #72df57 #5772df

Analogous Colors of #df5772

#df5772 #df8057 #df57b6

Monochromatic Colors of #df5772

#df5772

Complementary Color

#df5772 #57dfc4

#df5772 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df5772 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df5772 Color CSS Codes

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

#df5772 Text Font Color

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

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


#df5772 Background Color

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

This div background color is #df5772


#df5772 Border Color

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

This div border color is #df5772


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df5772


Comments

No comments written yet.

Please login to write comment.