Color Hex Logo

#df6084 Color Hex

#DF6084
(223,96,132)
0 Favorites   0 Comments

Color spaces of #df6084

RGB 22396132
HSL0.950.660.63
HSV343°57°87°
CMYK 0.000.570.41   0.13
XYZ38.779225.719724.7503
Yxy25.71970.43450.2882
Hunter Lab50.714647.74056.5649
CIE-Lab57.770052.86885.1306

#df6084 color RGB value is (223,96,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01100000 10000100
Octal 337 140 204
Decimal 223 96 132
Hex DF 60 84

RGB Percentages of Color #df6084

%49.45
%21.29
%29.27

CMYK Percentages of Color #df6084

%0
%57
%41
%13

Triadic Colors of #df6084

#df6084 #84df60 #6084df

Analogous Colors of #df6084

#df6084 #df7c60 #df60c4

Monochromatic Colors of #df6084

#df6084

Complementary Color

#df6084 #60dfbb

#df6084 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df6084 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df6084 Color CSS Codes

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

#df6084 Text Font Color

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

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


#df6084 Background Color

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

This div background color is #df6084


#df6084 Border Color

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

This div border color is #df6084


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df6084


Comments

No comments written yet.

Please login to write comment.