Color Hex Logo

#df558d Color Hex

#DF558D
(223,85,141)
0 Favorites   0 Comments

Color spaces of #df558d

RGB 22385141
HSL0.930.680.60
HSV336°62°87°
CMYK 0.000.620.37   0.13
XYZ38.487624.108127.8241
Yxy24.10810.42570.2666
Hunter Lab49.100053.99430.7714
CIE-Lab56.195958.7221-2.4406

#df558d color RGB value is (223,85,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01010101 10001101
Octal 337 125 215
Decimal 223 85 141
Hex DF 55 8D

RGB Percentages of Color #df558d

%49.67
%18.93
%31.40

CMYK Percentages of Color #df558d

%0
%62
%37
%13

Triadic Colors of #df558d

#df558d #8ddf55 #558ddf

Analogous Colors of #df558d

#df558d #df6255 #df55d2

Monochromatic Colors of #df558d

#df558d

Complementary Color

#df558d #55dfa7

#df558d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df558d Color Preview on White Background

Lorem ipsum dolor sit amet.

#df558d Color CSS Codes

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

#df558d Text Font Color

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

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


#df558d Background Color

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

This div background color is #df558d


#df558d Border Color

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

This div border color is #df558d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,85,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 #df558d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df558d


Comments

No comments written yet.

Please login to write comment.