Color Hex Logo

#da6077 Color Hex

#DA6077
(218,96,119)
0 Favorites   0 Comments

Color spaces of #da6077

RGB 21896119
HSL0.970.620.62
HSV349°56°85°
CMYK 0.000.560.45   0.15
XYZ36.426124.603120.2818
Yxy24.60310.44800.3026
Hunter Lab49.601544.283310.4777
CIE-Lab56.686649.880711.1009

#da6077 color RGB value is (218,96,119).

#da6077 hex color red value is 218, green value is 96 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #da6077 hue: 0.97 , saturation: 0.62 and the lightness value of da6077 is 0.62.

The process color (four color CMYK) of #da6077 color hex is 0.00, 0.56, 0.45, 0.15. Web safe color of #da6077 is #cc6666. Color #da6077 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100000 01110111
Octal 332 140 167
Decimal 218 96 119
Hex DA 60 77

RGB Percentages of Color #da6077

%50.35
%22.17
%27.48

CMYK Percentages of Color #da6077

%0
%56
%45
%15

Triadic Colors of #da6077

#da6077 #77da60 #6077da

Analogous Colors of #da6077

#da6077 #da8660 #da60b4

Monochromatic Colors of #da6077

#da6077

Complementary Color

#da6077 #60dac3

#da6077 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da6077 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da6077 Color CSS Codes

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

#da6077 Text Font Color

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

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


#da6077 Background Color

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

This div background color is #da6077


#da6077 Border Color

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

This div border color is #da6077


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da6077


Comments

No comments written yet.

Please login to write comment.