Color Hex Logo

#da716e Color Hex

#DA716E
(218,113,110)
0 Favorites   0 Comments

Color spaces of #da716e

RGB 218113110
HSL0.000.590.64
HSV50°85°
CMYK 0.000.480.50   0.15
XYZ37.633027.841518.1423
Yxy27.84150.45010.3330
Hunter Lab52.765034.970716.5497
CIE-Lab59.745340.664520.5409

#da716e color RGB value is (218,113,110).

#da716e hex color red value is 218, green value is 113 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #da716e hue: 0.00 , saturation: 0.59 and the lightness value of da716e is 0.64.

The process color (four color CMYK) of #da716e color hex is 0.00, 0.48, 0.50, 0.15. Web safe color of #da716e is #cc6666. Color #da716e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110001 01101110
Octal 332 161 156
Decimal 218 113 110
Hex DA 71 6E

RGB Percentages of Color #da716e

%49.43
%25.62
%24.94

CMYK Percentages of Color #da716e

%0
%48
%50
%15

Triadic Colors of #da716e

#da716e #6eda71 #716eda

Analogous Colors of #da716e

#da716e #daa76e #da6ea1

Monochromatic Colors of #da716e

#da716e

Complementary Color

#da716e #6ed7da

#da716e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da716e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da716e Color CSS Codes

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

#da716e Text Font Color

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

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


#da716e Background Color

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

This div background color is #da716e


#da716e Border Color

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

This div border color is #da716e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(218,113,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #da716e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #da716e;
  -webkit-box-shadow: 1px 1px 3px 2px #da716e;
  box-shadow:         1px 1px 3px 2px #da716e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,113,110, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da716e

#da716e Color Palettes


Comments

No comments written yet.

Please login to write comment.