Color Hex Logo

#df697c Color Hex

#DF697C
(223,105,124)
0 Favorites   0 Comments

Color spaces of #df697c

RGB 223105124
HSL0.970.650.64
HSV350°53°87°
CMYK 0.000.530.44   0.13
XYZ39.121127.246422.2659
Yxy27.24640.44140.3074
Hunter Lab52.198142.434411.2476
CIE-Lab59.201747.784411.8279

#df697c color RGB value is (223,105,124).

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

The process color (four color CMYK) of #df697c color hex is 0.00, 0.53, 0.44, 0.13. Web safe color of #df697c is #cc6666. Color #df697c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01101001 01111100
Octal 337 151 174
Decimal 223 105 124
Hex DF 69 7C

RGB Percentages of Color #df697c

%49.34
%23.23
%27.43

CMYK Percentages of Color #df697c

%0
%53
%44
%13

Triadic Colors of #df697c

#df697c #7cdf69 #697cdf

Analogous Colors of #df697c

#df697c #df9169 #df69b7

Monochromatic Colors of #df697c

#df697c

Complementary Color

#df697c #69dfcc

#df697c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df697c Color Preview on White Background

Lorem ipsum dolor sit amet.

#df697c Color CSS Codes

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

#df697c Text Font Color

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

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


#df697c Background Color

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

This div background color is #df697c


#df697c Border Color

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

This div border color is #df697c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df697c


Comments

No comments written yet.

Please login to write comment.