Color Hex Logo

#df6094 Color Hex

#DF6094
(223,96,148)
0 Favorites   0 Comments

Color spaces of #df6094

RGB 22396148
HSL0.930.660.63
HSV335°57°87°
CMYK 0.000.570.34   0.13
XYZ39.959626.191830.9664
Yxy26.19180.41150.2697
Hunter Lab51.177949.8110-0.0503
CIE-Lab58.218754.6602-3.5614

#df6094 color RGB value is (223,96,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01100000 10010100
Octal 337 140 224
Decimal 223 96 148
Hex DF 60 94

RGB Percentages of Color #df6094

%47.75
%20.56
%31.69

CMYK Percentages of Color #df6094

%0
%57
%34
%13

Triadic Colors of #df6094

#df6094 #94df60 #6094df

Analogous Colors of #df6094

#df6094 #df6c60 #df60d4

Monochromatic Colors of #df6094

#df6094

Complementary Color

#df6094 #60dfab

#df6094 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df6094 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df6094 Color CSS Codes

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

#df6094 Text Font Color

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

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


#df6094 Background Color

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

This div background color is #df6094


#df6094 Border Color

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

This div border color is #df6094


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df6094


Comments

No comments written yet.

Please login to write comment.