Color Hex Logo

#df609e Color Hex

#DF609E
(223,96,158)
0 Favorites   0 Comments

Color spaces of #df609e

RGB 22396158
HSL0.920.660.63
HSV331°57°87°
CMYK 0.000.570.29   0.13
XYZ40.785926.522335.3174
Yxy26.52230.39740.2584
Hunter Lab51.499851.2406-4.6099
CIE-Lab58.529555.8845-8.9175

#df609e color RGB value is (223,96,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01100000 10011110
Octal 337 140 236
Decimal 223 96 158
Hex DF 60 9E

RGB Percentages of Color #df609e

%46.75
%20.13
%33.12

CMYK Percentages of Color #df609e

%0
%57
%29
%13

Triadic Colors of #df609e

#df609e #9edf60 #609edf

Analogous Colors of #df609e

#df609e #df6260 #df60de

Monochromatic Colors of #df609e

#df609e

Complementary Color

#df609e #60dfa1

#df609e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df609e Color Preview on White Background

Lorem ipsum dolor sit amet.

#df609e Color CSS Codes

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

#df609e Text Font Color

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

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


#df609e Background Color

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

This div background color is #df609e


#df609e Border Color

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

This div border color is #df609e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df609e


Comments

No comments written yet.

Please login to write comment.