Color Hex Logo

#df518f Color Hex

#DF518F
(223,81,143)
0 Favorites   0 Comments

Color spaces of #df518f

RGB 22381143
HSL0.930.690.60
HSV334°64°87°
CMYK 0.000.640.36   0.13
XYZ38.331823.556028.5131
Yxy23.55600.42400.2606
Hunter Lab48.534556.0411-0.8576
CIE-Lab55.640560.6162-4.4372

#df518f color RGB value is (223,81,143).

#df518f hex color red value is 223, green value is 81 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #df518f hue: 0.93 , saturation: 0.69 and the lightness value of df518f is 0.60.

The process color (four color CMYK) of #df518f color hex is 0.00, 0.64, 0.36, 0.13. Web safe color of #df518f is #cc6699. Color #df518f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01010001 10001111
Octal 337 121 217
Decimal 223 81 143
Hex DF 51 8F

RGB Percentages of Color #df518f

%49.89
%18.12
%31.99

CMYK Percentages of Color #df518f

%0
%64
%36
%13

Triadic Colors of #df518f

#df518f #8fdf51 #518fdf

Analogous Colors of #df518f

#df518f #df5a51 #df51d6

Monochromatic Colors of #df518f

#df518f

Complementary Color

#df518f #51dfa1

#df518f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df518f Color Preview on White Background

Lorem ipsum dolor sit amet.

#df518f Color CSS Codes

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

#df518f Text Font Color

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

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


#df518f Background Color

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

This div background color is #df518f


#df518f Border Color

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

This div border color is #df518f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df518f


Comments

No comments written yet.

Please login to write comment.