Color Hex Logo

#da3059 Color Hex

#DA3059
(218,48,89)
0 Favorites   0 Comments

Color spaces of #da3059

RGB 2184889
HSL0.960.700.52
HSV346°78°85°
CMYK 0.000.780.59   0.15
XYZ31.773617.740611.2008
Yxy17.74060.52330.2922
Hunter Lab42.119660.945113.7168
CIE-Lab49.180066.065118.6677

#da3059 color RGB value is (218,48,89).

#da3059 hex color red value is 218, green value is 48 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #da3059 hue: 0.96 , saturation: 0.70 and the lightness value of da3059 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00110000 01011001
Octal 332 60 131
Decimal 218 48 89
Hex DA 30 59

RGB Percentages of Color #da3059

%61.41
%13.52
%25.07

CMYK Percentages of Color #da3059

%0
%78
%59
%15

Triadic Colors of #da3059

#da3059 #59da30 #3059da

Analogous Colors of #da3059

#da3059 #da5c30 #da30ae

Monochromatic Colors of #da3059

#da3059

Complementary Color

#da3059 #30dab1

#da3059 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da3059 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da3059 Color CSS Codes

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

#da3059 Text Font Color

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

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


#da3059 Background Color

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

This div background color is #da3059


#da3059 Border Color

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

This div border color is #da3059


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,48,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 #da3059">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da3059


Comments

No comments written yet.

Please login to write comment.