Color Hex Logo

#df818b Color Hex

#DF818B
(223,129,139)
0 Favorites   0 Comments

Color spaces of #df818b

RGB 223129139
HSL0.980.590.69
HSV354°42°87°
CMYK 0.000.420.38   0.13
XYZ42.941933.252628.5812
Yxy33.25260.40980.3174
Hunter Lab57.665132.011110.9790
CIE-Lab64.364937.263410.5032

#df818b color RGB value is (223,129,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000001 10001011
Octal 337 201 213
Decimal 223 129 139
Hex DF 81 8B

RGB Percentages of Color #df818b

%45.42
%26.27
%28.31

CMYK Percentages of Color #df818b

%0
%42
%38
%13

Triadic Colors of #df818b

#df818b #8bdf81 #818bdf

Analogous Colors of #df818b

#df818b #dfa681 #df81ba

Monochromatic Colors of #df818b

#df818b

Complementary Color

#df818b #81dfd5

#df818b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df818b Color Preview on White Background

Lorem ipsum dolor sit amet.

#df818b Color CSS Codes

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

#df818b Text Font Color

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

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


#df818b Background Color

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

This div background color is #df818b


#df818b Border Color

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

This div border color is #df818b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df818b


Comments

No comments written yet.

Please login to write comment.