Color Hex Logo

#da4059 Color Hex

#DA4059
(218,64,89)
0 Favorites   0 Comments

Color spaces of #da4059

RGB 2186489
HSL0.970.680.55
HSV350°71°85°
CMYK 0.000.710.59   0.15
XYZ32.550019.293511.4596
Yxy19.29350.51420.3048
Hunter Lab43.924455.409215.2787
CIE-Lab51.028860.899621.1392

#da4059 color RGB value is (218,64,89).

#da4059 hex color red value is 218, green value is 64 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #da4059 hue: 0.97 , saturation: 0.68 and the lightness value of da4059 is 0.55.

The process color (four color CMYK) of #da4059 color hex is 0.00, 0.71, 0.59, 0.15. Web safe color of #da4059 is #cc3366. Color #da4059 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01000000 01011001
Octal 332 100 131
Decimal 218 64 89
Hex DA 40 59

RGB Percentages of Color #da4059

%58.76
%17.25
%23.99

CMYK Percentages of Color #da4059

%0
%71
%59
%15

Triadic Colors of #da4059

#da4059 #59da40 #4059da

Analogous Colors of #da4059

#da4059 #da7440 #da40a6

Monochromatic Colors of #da4059

#da4059

Complementary Color

#da4059 #40dac1

#da4059 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da4059 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da4059 Color CSS Codes

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

#da4059 Text Font Color

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

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


#da4059 Background Color

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

This div background color is #da4059


#da4059 Border Color

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

This div border color is #da4059


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da4059


Comments

No comments written yet.

Please login to write comment.