Color Hex Logo

#da2057 Color Hex

#DA2057
(218,32,87)
0 Favorites   0 Comments

Color spaces of #da2057

RGB 2183287
HSL0.950.740.49
HSV342°85°85°
CMYK 0.000.850.60   0.15
XYZ31.150316.626610.5843
Yxy16.62660.53380.2849
Hunter Lab40.775765.006213.1529
CIE-Lab47.786169.789218.0163

#da2057 color RGB value is (218,32,87).

#da2057 hex color red value is 218, green value is 32 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #da2057 hue: 0.95 , saturation: 0.74 and the lightness value of da2057 is 0.49.

The process color (four color CMYK) of #da2057 color hex is 0.00, 0.85, 0.60, 0.15. Web safe color of #da2057 is #cc3366. Color #da2057 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00100000 01010111
Octal 332 40 127
Decimal 218 32 87
Hex DA 20 57

RGB Percentages of Color #da2057

%64.69
%9.50
%25.82

CMYK Percentages of Color #da2057

%0
%85
%60
%15

Triadic Colors of #da2057

#da2057 #57da20 #2057da

Analogous Colors of #da2057

#da2057 #da4620 #da20b4

Monochromatic Colors of #da2057

#da2057

Complementary Color

#da2057 #20daa3

#da2057 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da2057 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da2057 Color CSS Codes

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

#da2057 Text Font Color

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

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


#da2057 Background Color

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

This div background color is #da2057


#da2057 Border Color

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

This div border color is #da2057


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da2057


Comments

No comments written yet.

Please login to write comment.