Color Hex Logo

#da153c Color Hex

#DA153C
(218,21,60)
0 Favorites   0 Comments

Color spaces of #da153c

RGB 2182160
HSL0.970.820.47
HSV348°90°85°
CMYK 0.000.900.72   0.15
XYZ29.997215.76805.7375
Yxy15.76800.58240.3062
Hunter Lab39.708965.353019.2295
CIE-Lab46.668670.298533.0684

#da153c color RGB value is (218,21,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00010101 00111100
Octal 332 25 74
Decimal 218 21 60
Hex DA 15 3C

RGB Percentages of Color #da153c

%72.91
%7.02
%20.07

CMYK Percentages of Color #da153c

%0
%90
%72
%15

Triadic Colors of #da153c

#da153c #3cda15 #153cda

Analogous Colors of #da153c

#da153c #da5115 #da159f

Monochromatic Colors of #da153c

#da153c

Complementary Color

#da153c #15dab3

#da153c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da153c Color Preview on White Background

Lorem ipsum dolor sit amet.

#da153c Color CSS Codes

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

#da153c Text Font Color

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

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


#da153c Background Color

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

This div background color is #da153c


#da153c Border Color

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

This div border color is #da153c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,21,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 #da153c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da153c


Comments

No comments written yet.

Please login to write comment.