Color Hex Logo

#df857e Color Hex

#DF857E
(223,133,126)
0 Favorites   0 Comments

Color spaces of #df857e

RGB 223133126
HSL0.010.600.68
HSV43°87°
CMYK 0.000.400.43   0.13
XYZ42.584833.969424.0509
Yxy33.96940.42330.3377
Hunter Lab58.283328.425716.3320
CIE-Lab64.938333.725618.6504

#df857e color RGB value is (223,133,126).

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

The process color (four color CMYK) of #df857e color hex is 0.00, 0.40, 0.43, 0.13. Web safe color of #df857e is #cc9966. Color #df857e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000101 01111110
Octal 337 205 176
Decimal 223 133 126
Hex DF 85 7E

RGB Percentages of Color #df857e

%46.27
%27.59
%26.14

CMYK Percentages of Color #df857e

%0
%40
%43
%13

Triadic Colors of #df857e

#df857e #7edf85 #857edf

Analogous Colors of #df857e

#df857e #dfb67e #df7ea8

Monochromatic Colors of #df857e

#df857e

Complementary Color

#df857e #7ed8df

#df857e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df857e Color Preview on White Background

Lorem ipsum dolor sit amet.

#df857e Color CSS Codes

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

#df857e Text Font Color

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

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


#df857e Background Color

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

This div background color is #df857e


#df857e Border Color

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

This div border color is #df857e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df857e


Comments

No comments written yet.

Please login to write comment.