Color Hex Logo

#da2439 Color Hex

#DA2439
(218,36,57)
0 Favorites   0 Comments

Color spaces of #da2439

RGB 2183657
HSL0.980.720.50
HSV353°83°85°
CMYK 0.000.830.74   0.15
XYZ30.282816.46265.4524
Yxy16.46260.58020.3154
Hunter Lab40.574162.220120.4344
CIE-Lab47.575667.465935.8954

#da2439 color RGB value is (218,36,57).

#da2439 hex color red value is 218, green value is 36 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #da2439 hue: 0.98 , saturation: 0.72 and the lightness value of da2439 is 0.50.

The process color (four color CMYK) of #da2439 color hex is 0.00, 0.83, 0.74, 0.15. Web safe color of #da2439 is #cc3333. Color #da2439 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00100100 00111001
Octal 332 44 71
Decimal 218 36 57
Hex DA 24 39

RGB Percentages of Color #da2439

%70.10
%11.58
%18.33

CMYK Percentages of Color #da2439

%0
%83
%74
%15

Triadic Colors of #da2439

#da2439 #39da24 #2439da

Analogous Colors of #da2439

#da2439 #da6a24 #da2494

Monochromatic Colors of #da2439

#da2439

Complementary Color

#da2439 #24dac5

#da2439 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da2439 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da2439 Color CSS Codes

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

#da2439 Text Font Color

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

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


#da2439 Background Color

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

This div background color is #da2439


#da2439 Border Color

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

This div border color is #da2439


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da2439


Comments

No comments written yet.

Please login to write comment.