Color Hex Logo

#da283e Color Hex

#DA283E
(218,40,62)
0 Favorites   0 Comments

Color spaces of #da283e

RGB 2184062
HSL0.980.710.51
HSV353°82°85°
CMYK 0.000.820.72   0.15
XYZ30.541716.77086.1848
Yxy16.77080.57090.3135
Hunter Lab40.952261.457119.7122
CIE-Lab47.969966.736833.4121

#da283e color RGB value is (218,40,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00101000 00111110
Octal 332 50 76
Decimal 218 40 62
Hex DA 28 3E

RGB Percentages of Color #da283e

%68.13
%12.50
%19.38

CMYK Percentages of Color #da283e

%0
%82
%72
%15

Triadic Colors of #da283e

#da283e #3eda28 #283eda

Analogous Colors of #da283e

#da283e #da6b28 #da2897

Monochromatic Colors of #da283e

#da283e

Complementary Color

#da283e #28dac4

#da283e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da283e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da283e Color CSS Codes

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

#da283e Text Font Color

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

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


#da283e Background Color

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

This div background color is #da283e


#da283e Border Color

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

This div border color is #da283e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da283e


Comments

No comments written yet.

Please login to write comment.