Color Hex Logo

#df608e Color Hex

#DF608E
(223,96,142)
0 Favorites   0 Comments

Color spaces of #df608e

RGB 22396142
HSL0.940.660.63
HSV338°57°87°
CMYK 0.000.570.36   0.13
XYZ39.496826.006728.5293
Yxy26.00670.42000.2766
Hunter Lab50.996849.00322.5289
CIE-Lab58.043453.9639-0.3184

#df608e color RGB value is (223,96,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01100000 10001110
Octal 337 140 216
Decimal 223 96 142
Hex DF 60 8E

RGB Percentages of Color #df608e

%48.37
%20.82
%30.80

CMYK Percentages of Color #df608e

%0
%57
%36
%13

Triadic Colors of #df608e

#df608e #8edf60 #608edf

Analogous Colors of #df608e

#df608e #df7260 #df60ce

Monochromatic Colors of #df608e

#df608e

Complementary Color

#df608e #60dfb1

#df608e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df608e Color Preview on White Background

Lorem ipsum dolor sit amet.

#df608e Color CSS Codes

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

#df608e Text Font Color

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

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


#df608e Background Color

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

This div background color is #df608e


#df608e Border Color

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

This div border color is #df608e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df608e


Comments

No comments written yet.

Please login to write comment.