Color Hex Logo

#df818c Color Hex

#DF818C
(223,129,140)
0 Favorites   0 Comments

Color spaces of #df818c

RGB 223129140
HSL0.980.590.69
HSV353°42°87°
CMYK 0.000.420.37   0.13
XYZ43.015333.281928.9678
Yxy33.28190.40860.3162
Hunter Lab57.690532.135310.6124
CIE-Lab64.388537.38019.9691

#df818c color RGB value is (223,129,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000001 10001100
Octal 337 201 214
Decimal 223 129 140
Hex DF 81 8C

RGB Percentages of Color #df818c

%45.33
%26.22
%28.46

CMYK Percentages of Color #df818c

%0
%42
%37
%13

Triadic Colors of #df818c

#df818c #8cdf81 #818cdf

Analogous Colors of #df818c

#df818c #dfa581 #df81bb

Monochromatic Colors of #df818c

#df818c

Complementary Color

#df818c #81dfd4

#df818c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df818c Color Preview on White Background

Lorem ipsum dolor sit amet.

#df818c Color CSS Codes

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

#df818c Text Font Color

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

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


#df818c Background Color

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

This div background color is #df818c


#df818c Border Color

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

This div border color is #df818c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df818c


Comments

No comments written yet.

Please login to write comment.