Color Hex Logo

#df6386 Color Hex

#DF6386
(223,99,134)
0 Favorites   0 Comments

Color spaces of #df6386

RGB 22399134
HSL0.950.660.63
HSV343°56°87°
CMYK 0.000.560.40   0.13
XYZ39.196326.332925.5711
Yxy26.33290.43030.2891
Hunter Lab51.315646.54116.3761
CIE-Lab58.351751.68644.7988

#df6386 color RGB value is (223,99,134).

#df6386 hex color red value is 223, green value is 99 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #df6386 hue: 0.95 , saturation: 0.66 and the lightness value of df6386 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01100011 10000110
Octal 337 143 206
Decimal 223 99 134
Hex DF 63 86

RGB Percentages of Color #df6386

%48.90
%21.71
%29.39

CMYK Percentages of Color #df6386

%0
%56
%40
%13

Triadic Colors of #df6386

#df6386 #86df63 #6386df

Analogous Colors of #df6386

#df6386 #df7e63 #df63c4

Monochromatic Colors of #df6386

#df6386

Complementary Color

#df6386 #63dfbc

#df6386 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df6386 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df6386 Color CSS Codes

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

#df6386 Text Font Color

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

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


#df6386 Background Color

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

This div background color is #df6386


#df6386 Border Color

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

This div border color is #df6386


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df6386


Comments

No comments written yet.

Please login to write comment.