Color Hex Logo

#df816a Color Hex

#DF816A
(223,129,106)
0 Favorites   0 Comments

Color spaces of #df816a

RGB 223129106
HSL0.030.650.65
HSV12°52°87°
CMYK 0.000.420.52   0.13
XYZ40.883232.429117.7403
Yxy32.42910.44900.3562
Hunter Lab56.946628.492721.3922
CIE-Lab63.696033.915028.1714

#df816a color RGB value is (223,129,106).

#df816a hex color red value is 223, green value is 129 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #df816a hue: 0.03 , saturation: 0.65 and the lightness value of df816a is 0.65.

The process color (four color CMYK) of #df816a color hex is 0.00, 0.42, 0.52, 0.13. Web safe color of #df816a is #cc9966. Color #df816a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000001 01101010
Octal 337 201 152
Decimal 223 129 106
Hex DF 81 6A

RGB Percentages of Color #df816a

%48.69
%28.17
%23.14

CMYK Percentages of Color #df816a

%0
%42
%52
%13

Triadic Colors of #df816a

#df816a #6adf81 #816adf

Analogous Colors of #df816a

#df816a #dfbc6a #df6a8e

Monochromatic Colors of #df816a

#df816a

Complementary Color

#df816a #6ac8df

#df816a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df816a Color Preview on White Background

Lorem ipsum dolor sit amet.

#df816a Color CSS Codes

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

#df816a Text Font Color

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

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


#df816a Background Color

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

This div background color is #df816a


#df816a Border Color

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

This div border color is #df816a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df816a


Comments

No comments written yet.

Please login to write comment.