Color Hex Logo

#df6384 Color Hex

#DF6384
(223,99,132)
0 Favorites   0 Comments

Color spaces of #df6384

RGB 22399132
HSL0.960.660.63
HSV344°56°87°
CMYK 0.000.560.41   0.13
XYZ39.058126.277624.8433
Yxy26.27760.43310.2914
Hunter Lab51.261746.29767.1491
CIE-Lab58.299651.47305.8910

#df6384 color RGB value is (223,99,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01100011 10000100
Octal 337 143 204
Decimal 223 99 132
Hex DF 63 84

RGB Percentages of Color #df6384

%49.12
%21.81
%29.07

CMYK Percentages of Color #df6384

%0
%56
%41
%13

Triadic Colors of #df6384

#df6384 #84df63 #6384df

Analogous Colors of #df6384

#df6384 #df8063 #df63c2

Monochromatic Colors of #df6384

#df6384

Complementary Color

#df6384 #63dfbe

#df6384 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df6384 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df6384 Color CSS Codes

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

#df6384 Text Font Color

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

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


#df6384 Background Color

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

This div background color is #df6384


#df6384 Border Color

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

This div border color is #df6384


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df6384


Comments

No comments written yet.

Please login to write comment.