Color Hex Logo

#da154f Color Hex

#DA154F
(218,21,79)
0 Favorites   0 Comments

Color spaces of #da154f

RGB 2182179
HSL0.950.820.47
HSV342°90°85°
CMYK 0.000.900.64   0.15
XYZ30.592916.00638.8742
Yxy16.00630.55150.2885
Hunter Lab40.007966.480214.8543
CIE-Lab46.982871.183121.8775

#da154f color RGB value is (218,21,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00010101 01001111
Octal 332 25 117
Decimal 218 21 79
Hex DA 15 4F

RGB Percentages of Color #da154f

%68.55
%6.60
%24.84

CMYK Percentages of Color #da154f

%0
%90
%64
%15

Triadic Colors of #da154f

#da154f #4fda15 #154fda

Analogous Colors of #da154f

#da154f #da3e15 #da15b2

Monochromatic Colors of #da154f

#da154f

Complementary Color

#da154f #15daa0

#da154f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da154f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da154f Color CSS Codes

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

#da154f Text Font Color

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

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


#da154f Background Color

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

This div background color is #da154f


#da154f Border Color

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

This div border color is #da154f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da154f


Comments

No comments written yet.

Please login to write comment.