Color Hex Logo

#df757f Color Hex

#DF757F
(223,117,127)
0 Favorites   0 Comments

Color spaces of #df757f

RGB 223117127
HSL0.980.620.67
HSV354°48°87°
CMYK 0.000.480.43   0.13
XYZ40.623529.942923.7171
Yxy29.94290.43090.3176
Hunter Lab54.720136.755912.6063
CIE-Lab61.604942.127213.4652

#df757f color RGB value is (223,117,127).

#df757f hex color red value is 223, green value is 117 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #df757f hue: 0.98 , saturation: 0.62 and the lightness value of df757f is 0.67.

The process color (four color CMYK) of #df757f color hex is 0.00, 0.48, 0.43, 0.13. Web safe color of #df757f is #cc6666. Color #df757f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01110101 01111111
Octal 337 165 177
Decimal 223 117 127
Hex DF 75 7F

RGB Percentages of Color #df757f

%47.75
%25.05
%27.19

CMYK Percentages of Color #df757f

%0
%48
%43
%13

Triadic Colors of #df757f

#df757f #7fdf75 #757fdf

Analogous Colors of #df757f

#df757f #dfa075 #df75b4

Monochromatic Colors of #df757f

#df757f

Complementary Color

#df757f #75dfd5

#df757f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df757f Color Preview on White Background

Lorem ipsum dolor sit amet.

#df757f Color CSS Codes

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

#df757f Text Font Color

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

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


#df757f Background Color

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

This div background color is #df757f


#df757f Border Color

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

This div border color is #df757f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df757f


Comments

No comments written yet.

Please login to write comment.