Color Hex Logo

#df689a Color Hex

#DF689A
(223,104,154)
0 Favorites   0 Comments

Color spaces of #df689a

RGB 223104154
HSL0.930.650.64
HSV335°53°87°
CMYK 0.000.530.31   0.13
XYZ41.214527.921733.7890
Yxy27.92170.40040.2713
Hunter Lab52.841046.7533-0.9241
CIE-Lab59.817951.6474-4.6845

#df689a color RGB value is (223,104,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01101000 10011010
Octal 337 150 232
Decimal 223 104 154
Hex DF 68 9A

RGB Percentages of Color #df689a

%46.36
%21.62
%32.02

CMYK Percentages of Color #df689a

%0
%53
%31
%13

Triadic Colors of #df689a

#df689a #9adf68 #689adf

Analogous Colors of #df689a

#df689a #df7268 #df68d6

Monochromatic Colors of #df689a

#df689a

Complementary Color

#df689a #68dfad

#df689a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df689a Color Preview on White Background

Lorem ipsum dolor sit amet.

#df689a Color CSS Codes

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

#df689a Text Font Color

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

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


#df689a Background Color

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

This div background color is #df689a


#df689a Border Color

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

This div border color is #df689a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df689a


Comments

No comments written yet.

Please login to write comment.