Color Hex Logo

#da033c Color Hex

#DA033C
(218,3,60)
0 Favorites   0 Comments

Color spaces of #da033c

RGB 218360
HSL0.960.970.43
HSV344°99°85°
CMYK 0.000.990.72   0.15
XYZ29.761615.29685.6589
Yxy15.29680.58680.3016
Hunter Lab39.111167.385118.7993
CIE-Lab46.038172.122932.3252

#da033c color RGB value is (218,3,60).

#da033c hex color red value is 218, green value is 3 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #da033c hue: 0.96 , saturation: 0.97 and the lightness value of da033c is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00000011 00111100
Octal 332 3 74
Decimal 218 3 60
Hex DA 3 3C

RGB Percentages of Color #da033c

%77.58
%1.07
%21.35

CMYK Percentages of Color #da033c

%0
%99
%72
%15

Triadic Colors of #da033c

#da033c #3cda03 #033cda

Analogous Colors of #da033c

#da033c #da3603 #da03a8

Monochromatic Colors of #da033c

#da033c

Complementary Color

#da033c #03daa1

#da033c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da033c Color Preview on White Background

Lorem ipsum dolor sit amet.

#da033c Color CSS Codes

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

#da033c Text Font Color

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

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


#da033c Background Color

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

This div background color is #da033c


#da033c Border Color

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

This div border color is #da033c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da033c


Comments

No comments written yet.

Please login to write comment.