Color Hex Logo

#da003d Color Hex

#DA003D
(218,0,61)
0 Favorites   0 Comments

Color spaces of #da003d

RGB 218061
HSL0.951.000.43
HSV343°100°85°
CMYK 0.001.000.72   0.15
XYZ29.755715.24235.7886
Yxy15.24230.58590.3001
Hunter Lab39.041467.722718.5381
CIE-Lab45.964372.418431.6321

#da003d color RGB value is (218,0,61).

#da003d hex color red value is 218, green value is 0 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #da003d hue: 0.95 , saturation: 1.00 and the lightness value of da003d is 0.43.

The process color (four color CMYK) of #da003d color hex is 0.00, 1.00, 0.72, 0.15. Web safe color of #da003d is #cc0033. Color #da003d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00000000 00111101
Octal 332 0 75
Decimal 218 0 61
Hex DA 0 3D

RGB Percentages of Color #da003d

%78.14
%0.00
%21.86

CMYK Percentages of Color #da003d

%0
%100
%72
%15

Triadic Colors of #da003d

#da003d #3dda00 #003dda

Analogous Colors of #da003d

#da003d #da3000 #da00aa

Monochromatic Colors of #da003d

#da003d

Complementary Color

#da003d #00da9d

#da003d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da003d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da003d Color CSS Codes

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

#da003d Text Font Color

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

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


#da003d Background Color

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

This div background color is #da003d


#da003d Border Color

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

This div border color is #da003d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da003d


Comments

No comments written yet.

Please login to write comment.