Color Hex Logo

#df818e Color Hex

#DF818E
(223,129,142)
0 Favorites   0 Comments

Color spaces of #df818e

RGB 223129142
HSL0.980.590.69
HSV352°42°87°
CMYK 0.000.420.36   0.13
XYZ43.164233.341529.7517
Yxy33.34150.40620.3138
Hunter Lab57.742132.38629.8702
CIE-Lab64.436537.61598.9017

#df818e color RGB value is (223,129,142).

#df818e hex color red value is 223, green value is 129 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #df818e hue: 0.98 , saturation: 0.59 and the lightness value of df818e is 0.69.

The process color (four color CMYK) of #df818e color hex is 0.00, 0.42, 0.36, 0.13. Web safe color of #df818e is #cc9999. Color #df818e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000001 10001110
Octal 337 201 216
Decimal 223 129 142
Hex DF 81 8E

RGB Percentages of Color #df818e

%45.14
%26.11
%28.74

CMYK Percentages of Color #df818e

%0
%42
%36
%13

Triadic Colors of #df818e

#df818e #8edf81 #818edf

Analogous Colors of #df818e

#df818e #dfa381 #df81bd

Monochromatic Colors of #df818e

#df818e

Complementary Color

#df818e #81dfd2

#df818e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df818e Color Preview on White Background

Lorem ipsum dolor sit amet.

#df818e Color CSS Codes

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

#df818e Text Font Color

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

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


#df818e Background Color

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

This div background color is #df818e


#df818e Border Color

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

This div border color is #df818e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df818e


Comments

No comments written yet.

Please login to write comment.