Color Hex Logo

#df058d Color Hex

#DF058D
(223,5,141)
0 Favorites   0 Comments

Color spaces of #df058d

RGB 2235141
HSL0.900.960.45
HSV323°98°87°
CMYK 0.000.980.37   0.13
XYZ35.293417.719626.7594
Yxy17.71960.44240.2221
Hunter Lab42.094775.9940-8.2242
CIE-Lab49.154278.5437-12.9414

#df058d color RGB value is (223,5,141).

#df058d hex color red value is 223, green value is 5 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #df058d hue: 0.90 , saturation: 0.96 and the lightness value of df058d is 0.45.

The process color (four color CMYK) of #df058d color hex is 0.00, 0.98, 0.37, 0.13. Web safe color of #df058d is #cc0099. Color #df058d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00000101 10001101
Octal 337 5 215
Decimal 223 5 141
Hex DF 5 8D

RGB Percentages of Color #df058d

%60.43
%1.36
%38.21

CMYK Percentages of Color #df058d

%0
%98
%37
%13

Triadic Colors of #df058d

#df058d #8ddf05 #058ddf

Analogous Colors of #df058d

#df058d #df0520 #c405df

Monochromatic Colors of #df058d

#df058d

Complementary Color

#df058d #05df57

#df058d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df058d Color Preview on White Background

Lorem ipsum dolor sit amet.

#df058d Color CSS Codes

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

#df058d Text Font Color

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

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


#df058d Background Color

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

This div background color is #df058d


#df058d Border Color

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

This div border color is #df058d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df058d


Comments

No comments written yet.

Please login to write comment.