Color Hex Logo

#da6a79 Color Hex

#DA6A79
(218,106,121)
0 Favorites   0 Comments

Color spaces of #da6a79

RGB 218106121
HSL0.980.600.64
HSV352°51°85°
CMYK 0.000.510.44   0.15
XYZ37.518726.594021.2449
Yxy26.59400.43950.3116
Hunter Lab51.569439.619211.6730
CIE-Lab58.596645.243512.6139

#da6a79 color RGB value is (218,106,121).

#da6a79 hex color red value is 218, green value is 106 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #da6a79 hue: 0.98 , saturation: 0.60 and the lightness value of da6a79 is 0.64.

The process color (four color CMYK) of #da6a79 color hex is 0.00, 0.51, 0.44, 0.15. Web safe color of #da6a79 is #cc6666. Color #da6a79 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01101010 01111001
Octal 332 152 171
Decimal 218 106 121
Hex DA 6A 79

RGB Percentages of Color #da6a79

%48.99
%23.82
%27.19

CMYK Percentages of Color #da6a79

%0
%51
%44
%15

Triadic Colors of #da6a79

#da6a79 #79da6a #6a79da

Analogous Colors of #da6a79

#da6a79 #da936a #da6ab1

Monochromatic Colors of #da6a79

#da6a79

Complementary Color

#da6a79 #6adacb

#da6a79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da6a79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da6a79 Color CSS Codes

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

#da6a79 Text Font Color

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

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


#da6a79 Background Color

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

This div background color is #da6a79


#da6a79 Border Color

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

This div border color is #da6a79


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da6a79


Comments

No comments written yet.

Please login to write comment.