Color Hex Logo

#da114c Color Hex

#DA114C
(218,17,76)
0 Favorites   0 Comments

Color spaces of #da114c

RGB 2181776
HSL0.950.860.46
HSV342°92°85°
CMYK 0.000.920.65   0.15
XYZ30.418415.82818.2894
Yxy15.82810.55780.2902
Hunter Lab39.784566.854315.4957
CIE-Lab46.748171.541623.4212

#da114c color RGB value is (218,17,76).

#da114c hex color red value is 218, green value is 17 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #da114c hue: 0.95 , saturation: 0.86 and the lightness value of da114c is 0.46.

The process color (four color CMYK) of #da114c color hex is 0.00, 0.92, 0.65, 0.15. Web safe color of #da114c is #cc0033. Color #da114c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00010001 01001100
Octal 332 21 114
Decimal 218 17 76
Hex DA 11 4C

RGB Percentages of Color #da114c

%70.10
%5.47
%24.44

CMYK Percentages of Color #da114c

%0
%92
%65
%15

Triadic Colors of #da114c

#da114c #4cda11 #114cda

Analogous Colors of #da114c

#da114c #da3b11 #da11b1

Monochromatic Colors of #da114c

#da114c

Complementary Color

#da114c #11da9f

#da114c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da114c Color Preview on White Background

Lorem ipsum dolor sit amet.

#da114c Color CSS Codes

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

#da114c Text Font Color

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

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


#da114c Background Color

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

This div background color is #da114c


#da114c Border Color

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

This div border color is #da114c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da114c


Comments

No comments written yet.

Please login to write comment.