Color Hex Logo

#da283a Color Hex

#DA283A
(218,40,58)
0 Favorites   0 Comments

Color spaces of #da283a

RGB 2184058
HSL0.980.710.51
HSV354°82°85°
CMYK 0.000.820.73   0.15
XYZ30.436016.72855.6278
Yxy16.72850.57650.3169
Hunter Lab40.900561.254520.4722
CIE-Lab47.916166.573335.7002

#da283a color RGB value is (218,40,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00101000 00111010
Octal 332 50 72
Decimal 218 40 58
Hex DA 28 3A

RGB Percentages of Color #da283a

%68.99
%12.66
%18.35

CMYK Percentages of Color #da283a

%0
%82
%73
%15

Triadic Colors of #da283a

#da283a #3ada28 #283ada

Analogous Colors of #da283a

#da283a #da6f28 #da2893

Monochromatic Colors of #da283a

#da283a

Complementary Color

#da283a #28dac8

#da283a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da283a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da283a Color CSS Codes

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

#da283a Text Font Color

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

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


#da283a Background Color

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

This div background color is #da283a


#da283a Border Color

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

This div border color is #da283a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da283a


Comments

No comments written yet.

Please login to write comment.