Color Hex Logo

#da153b Color Hex

#DA153B
(218,21,59)
0 Favorites   0 Comments

Color spaces of #da153b

RGB 2182159
HSL0.970.820.47
HSV348°90°85°
CMYK 0.000.900.73   0.15
XYZ29.971015.75755.5995
Yxy15.75750.58390.3070
Hunter Lab39.695765.303319.4235
CIE-Lab46.654770.259333.6505

#da153b color RGB value is (218,21,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00010101 00111011
Octal 332 25 73
Decimal 218 21 59
Hex DA 15 3B

RGB Percentages of Color #da153b

%73.15
%7.05
%19.80

CMYK Percentages of Color #da153b

%0
%90
%73
%15

Triadic Colors of #da153b

#da153b #3bda15 #153bda

Analogous Colors of #da153b

#da153b #da5215 #da159e

Monochromatic Colors of #da153b

#da153b

Complementary Color

#da153b #15dab4

#da153b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da153b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da153b Color CSS Codes

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

#da153b Text Font Color

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

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


#da153b Background Color

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

This div background color is #da153b


#da153b Border Color

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

This div border color is #da153b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da153b


Comments

No comments written yet.

Please login to write comment.