Color Hex Logo

#df559a Color Hex

#DF559A
(223,85,154)
0 Favorites   0 Comments

Color spaces of #df559a

RGB 22385154
HSL0.920.680.60
HSV330°62°87°
CMYK 0.000.620.31   0.13
XYZ39.512724.518133.2218
Yxy24.51810.40630.2521
Hunter Lab49.515855.7873-5.1186
CIE-Lab56.602860.2233-9.4659

#df559a color RGB value is (223,85,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01010101 10011010
Octal 337 125 232
Decimal 223 85 154
Hex DF 55 9A

RGB Percentages of Color #df559a

%48.27
%18.40
%33.33

CMYK Percentages of Color #df559a

%0
%62
%31
%13

Triadic Colors of #df559a

#df559a #9adf55 #559adf

Analogous Colors of #df559a

#df559a #df5555 #df55df

Monochromatic Colors of #df559a

#df559a

Complementary Color

#df559a #55df9a

#df559a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df559a Color Preview on White Background

Lorem ipsum dolor sit amet.

#df559a Color CSS Codes

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

#df559a Text Font Color

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

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


#df559a Background Color

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

This div background color is #df559a


#df559a Border Color

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

This div border color is #df559a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df559a


Comments

No comments written yet.

Please login to write comment.