Color Hex Logo

#df689e Color Hex

#DF689E
(223,104,158)
0 Favorites   0 Comments

Color spaces of #df689e

RGB 223104158
HSL0.920.650.64
HSV333°53°87°
CMYK 0.000.530.29   0.13
XYZ41.553328.057235.5732
Yxy28.05720.39510.2667
Hunter Lab52.969047.3343-2.7399
CIE-Lab59.940452.1538-6.8160

#df689e color RGB value is (223,104,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01101000 10011110
Octal 337 150 236
Decimal 223 104 158
Hex DF 68 9E

RGB Percentages of Color #df689e

%45.98
%21.44
%32.58

CMYK Percentages of Color #df689e

%0
%53
%29
%13

Triadic Colors of #df689e

#df689e #9edf68 #689edf

Analogous Colors of #df689e

#df689e #df6e68 #df68da

Monochromatic Colors of #df689e

#df689e

Complementary Color

#df689e #68dfa9

#df689e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df689e Color Preview on White Background

Lorem ipsum dolor sit amet.

#df689e Color CSS Codes

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

#df689e Text Font Color

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

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


#df689e Background Color

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

This div background color is #df689e


#df689e Border Color

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

This div border color is #df689e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df689e


Comments

No comments written yet.

Please login to write comment.