Color Hex Logo

#da7076 Color Hex

#DA7076
(218,112,118)
0 Favorites   0 Comments

Color spaces of #da7076

RGB 218112118
HSL0.990.590.65
HSV357°49°85°
CMYK 0.000.490.46   0.15
XYZ37.977627.801820.5042
Yxy27.80180.44010.3222
Hunter Lab52.727436.294013.8530
CIE-Lab59.709341.937015.8963

#da7076 color RGB value is (218,112,118).

#da7076 hex color red value is 218, green value is 112 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #da7076 hue: 0.99 , saturation: 0.59 and the lightness value of da7076 is 0.65.

The process color (four color CMYK) of #da7076 color hex is 0.00, 0.49, 0.46, 0.15. Web safe color of #da7076 is #cc6666. Color #da7076 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110000 01110110
Octal 332 160 166
Decimal 218 112 118
Hex DA 70 76

RGB Percentages of Color #da7076

%48.66
%25.00
%26.34

CMYK Percentages of Color #da7076

%0
%49
%46
%15

Triadic Colors of #da7076

#da7076 #76da70 #7076da

Analogous Colors of #da7076

#da7076 #da9f70 #da70ab

Monochromatic Colors of #da7076

#da7076

Complementary Color

#da7076 #70dad4

#da7076 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da7076 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da7076 Color CSS Codes

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

#da7076 Text Font Color

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

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


#da7076 Background Color

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

This div background color is #da7076


#da7076 Border Color

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

This div border color is #da7076


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da7076


Comments

No comments written yet.

Please login to write comment.