Color Hex Logo

#df7eae Color Hex

#DF7EAE
(223,126,174)
0 Favorites   0 Comments

Color spaces of #df7eae

RGB 223126174
HSL0.920.600.68
HSV330°43°87°
CMYK 0.000.430.22   0.13
XYZ45.532333.665744.1427
Yxy33.66570.36920.2729
Hunter Lab58.022238.5373-4.4918
CIE-Lab64.696343.3993-8.8915

#df7eae color RGB value is (223,126,174).

#df7eae hex color red value is 223, green value is 126 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #df7eae hue: 0.92 , saturation: 0.60 and the lightness value of df7eae is 0.68.

The process color (four color CMYK) of #df7eae color hex is 0.00, 0.43, 0.22, 0.13. Web safe color of #df7eae is #cc6699. Color #df7eae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01111110 10101110
Octal 337 176 256
Decimal 223 126 174
Hex DF 7E AE

RGB Percentages of Color #df7eae

%42.64
%24.09
%33.27

CMYK Percentages of Color #df7eae

%0
%43
%22
%13

Triadic Colors of #df7eae

#df7eae #aedf7e #7eaedf

Analogous Colors of #df7eae

#df7eae #df7f7e #df7edf

Monochromatic Colors of #df7eae

#df7eae

Complementary Color

#df7eae #7edfaf

#df7eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df7eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#df7eae Color CSS Codes

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

#df7eae Text Font Color

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

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


#df7eae Background Color

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

This div background color is #df7eae


#df7eae Border Color

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

This div border color is #df7eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df7eae


Comments

No comments written yet.

Please login to write comment.