Color Hex Logo

#da2840 Color Hex

#DA2840
(218,40,64)
0 Favorites   0 Comments

Color spaces of #da2840

RGB 2184064
HSL0.980.710.51
HSV352°82°85°
CMYK 0.000.820.71   0.15
XYZ30.597616.79326.4792
Yxy16.79320.56800.3117
Hunter Lab40.979561.564019.3114
CIE-Lab47.998466.822932.2602

#da2840 color RGB value is (218,40,64).

#da2840 hex color red value is 218, green value is 40 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #da2840 hue: 0.98 , saturation: 0.71 and the lightness value of da2840 is 0.51.

The process color (four color CMYK) of #da2840 color hex is 0.00, 0.82, 0.71, 0.15. Web safe color of #da2840 is #cc3333. Color #da2840 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00101000 01000000
Octal 332 50 100
Decimal 218 40 64
Hex DA 28 40

RGB Percentages of Color #da2840

%67.70
%12.42
%19.88

CMYK Percentages of Color #da2840

%0
%82
%71
%15

Triadic Colors of #da2840

#da2840 #40da28 #2840da

Analogous Colors of #da2840

#da2840 #da6928 #da2899

Monochromatic Colors of #da2840

#da2840

Complementary Color

#da2840 #28dac2

#da2840 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da2840 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da2840 Color CSS Codes

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

#da2840 Text Font Color

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

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


#da2840 Background Color

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

This div background color is #da2840


#da2840 Border Color

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

This div border color is #da2840


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da2840


Comments

No comments written yet.

Please login to write comment.