Color Hex Logo

#df694c Color Hex

#DF694C
(223,105,76)
0 Favorites   0 Comments

Color spaces of #df694c

RGB 22310576
HSL0.030.700.59
HSV12°66°87°
CMYK 0.000.530.66   0.13
XYZ36.787526.31299.9775
Yxy26.31290.50340.3601
Hunter Lab51.296138.244824.3749
CIE-Lab58.332943.982037.9925

#df694c color RGB value is (223,105,76).

#df694c hex color red value is 223, green value is 105 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #df694c hue: 0.03 , saturation: 0.70 and the lightness value of df694c is 0.59.

The process color (four color CMYK) of #df694c color hex is 0.00, 0.53, 0.66, 0.13. Web safe color of #df694c is #cc6633. Color #df694c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01101001 01001100
Octal 337 151 114
Decimal 223 105 76
Hex DF 69 4C

RGB Percentages of Color #df694c

%55.20
%25.99
%18.81

CMYK Percentages of Color #df694c

%0
%53
%66
%13

Triadic Colors of #df694c

#df694c #4cdf69 #694cdf

Analogous Colors of #df694c

#df694c #dfb34c #df4c79

Monochromatic Colors of #df694c

#df694c

Complementary Color

#df694c #4cc2df

#df694c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df694c Color Preview on White Background

Lorem ipsum dolor sit amet.

#df694c Color CSS Codes

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

#df694c Text Font Color

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

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


#df694c Background Color

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

This div background color is #df694c


#df694c Border Color

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

This div border color is #df694c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df694c


Comments

No comments written yet.

Please login to write comment.