Color Hex Logo

#df518d Color Hex

#DF518D
(223,81,141)
0 Favorites   0 Comments

Color spaces of #df518d

RGB 22381141
HSL0.930.690.60
HSV335°64°87°
CMYK 0.000.640.37   0.13
XYZ38.181623.495927.7221
Yxy23.49590.42710.2628
Hunter Lab48.472655.77660.0221
CIE-Lab55.579560.3959-3.3480

#df518d color RGB value is (223,81,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01010001 10001101
Octal 337 121 215
Decimal 223 81 141
Hex DF 51 8D

RGB Percentages of Color #df518d

%50.11
%18.20
%31.69

CMYK Percentages of Color #df518d

%0
%64
%37
%13

Triadic Colors of #df518d

#df518d #8ddf51 #518ddf

Analogous Colors of #df518d

#df518d #df5c51 #df51d4

Monochromatic Colors of #df518d

#df518d

Complementary Color

#df518d #51dfa3

#df518d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df518d Color Preview on White Background

Lorem ipsum dolor sit amet.

#df518d Color CSS Codes

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

#df518d Text Font Color

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

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


#df518d Background Color

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

This div background color is #df518d


#df518d Border Color

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

This div border color is #df518d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df518d


Comments

No comments written yet.

Please login to write comment.