Color Hex Logo

#da134f Color Hex

#DA134F
(218,19,79)
0 Favorites   0 Comments

Color spaces of #da134f

RGB 2181979
HSL0.950.840.46
HSV342°91°85°
CMYK 0.000.910.64   0.15
XYZ30.557615.93578.8625
Yxy15.93570.55200.2879
Hunter Lab39.919566.778914.7808
CIE-Lab46.890071.451021.7558

#da134f color RGB value is (218,19,79).

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

The process color (four color CMYK) of #da134f color hex is 0.00, 0.91, 0.64, 0.15. Web safe color of #da134f is #cc0066. Color #da134f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00010011 01001111
Octal 332 23 117
Decimal 218 19 79
Hex DA 13 4F

RGB Percentages of Color #da134f

%68.99
%6.01
%25.00

CMYK Percentages of Color #da134f

%0
%91
%64
%15

Triadic Colors of #da134f

#da134f #4fda13 #134fda

Analogous Colors of #da134f

#da134f #da3a13 #da13b3

Monochromatic Colors of #da134f

#da134f

Complementary Color

#da134f #13da9e

#da134f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da134f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da134f Color CSS Codes

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

#da134f Text Font Color

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

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


#da134f Background Color

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

This div background color is #da134f


#da134f Border Color

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

This div border color is #da134f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da134f


Comments

No comments written yet.

Please login to write comment.