Color Hex Logo

#df5686 Color Hex

#DF5686
(223,86,134)
0 Favorites   0 Comments

Color spaces of #df5686

RGB 22386134
HSL0.940.680.61
HSV339°61°87°
CMYK 0.000.610.40   0.13
XYZ38.062324.064825.1931
Yxy24.06480.43590.2756
Hunter Lab49.055952.64983.8902
CIE-Lab56.152657.54101.6184

#df5686 color RGB value is (223,86,134).

#df5686 hex color red value is 223, green value is 86 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #df5686 hue: 0.94 , saturation: 0.68 and the lightness value of df5686 is 0.61.

The process color (four color CMYK) of #df5686 color hex is 0.00, 0.61, 0.40, 0.13. Web safe color of #df5686 is #cc6699. Color #df5686 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01010110 10000110
Octal 337 126 206
Decimal 223 86 134
Hex DF 56 86

RGB Percentages of Color #df5686

%50.34
%19.41
%30.25

CMYK Percentages of Color #df5686

%0
%61
%40
%13

Triadic Colors of #df5686

#df5686 #86df56 #5686df

Analogous Colors of #df5686

#df5686 #df6b56 #df56cb

Monochromatic Colors of #df5686

#df5686

Complementary Color

#df5686 #56dfaf

#df5686 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df5686 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df5686 Color CSS Codes

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

#df5686 Text Font Color

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

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


#df5686 Background Color

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

This div background color is #df5686


#df5686 Border Color

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

This div border color is #df5686


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df5686


Comments

No comments written yet.

Please login to write comment.