Color Hex Logo

#df0586 Color Hex

#DF0586
(223,5,134)
0 Favorites   0 Comments

Color spaces of #df0586

RGB 2235134
HSL0.900.960.45
HSV324°98°87°
CMYK 0.000.980.40   0.13
XYZ34.788817.517724.1019
Yxy17.51770.45530.2293
Hunter Lab41.854275.1229-4.8445
CIE-Lab48.905877.8935-9.0772

#df0586 color RGB value is (223,5,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00000101 10000110
Octal 337 5 206
Decimal 223 5 134
Hex DF 5 86

RGB Percentages of Color #df0586

%61.60
%1.38
%37.02

CMYK Percentages of Color #df0586

%0
%98
%40
%13

Triadic Colors of #df0586

#df0586 #86df05 #0586df

Analogous Colors of #df0586

#df0586 #df0519 #cb05df

Monochromatic Colors of #df0586

#df0586

Complementary Color

#df0586 #05df5e

#df0586 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df0586 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df0586 Color CSS Codes

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

#df0586 Text Font Color

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

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


#df0586 Background Color

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

This div background color is #df0586


#df0586 Border Color

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

This div border color is #df0586


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df0586


Comments

No comments written yet.

Please login to write comment.