Color Hex Logo

#df688e Color Hex

#DF688E
(223,104,142)
0 Favorites   0 Comments

Color spaces of #df688e

RGB 223104142
HSL0.950.650.64
HSV341°53°87°
CMYK 0.000.530.36   0.13
XYZ40.264227.541628.7851
Yxy27.54160.41690.2851
Hunter Lab52.480145.11014.2158
CIE-Lab59.472350.20581.7639

#df688e color RGB value is (223,104,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01101000 10001110
Octal 337 150 216
Decimal 223 104 142
Hex DF 68 8E

RGB Percentages of Color #df688e

%47.55
%22.17
%30.28

CMYK Percentages of Color #df688e

%0
%53
%36
%13

Triadic Colors of #df688e

#df688e #8edf68 #688edf

Analogous Colors of #df688e

#df688e #df7e68 #df68ca

Monochromatic Colors of #df688e

#df688e

Complementary Color

#df688e #68dfb9

#df688e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df688e Color Preview on White Background

Lorem ipsum dolor sit amet.

#df688e Color CSS Codes

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

#df688e Text Font Color

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

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


#df688e Background Color

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

This div background color is #df688e


#df688e Border Color

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

This div border color is #df688e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df688e


Comments

No comments written yet.

Please login to write comment.