Color Hex Logo

#da154d Color Hex

#DA154D
(218,21,77)
0 Favorites   0 Comments

Color spaces of #da154d

RGB 2182177
HSL0.950.820.47
HSV343°90°85°
CMYK 0.000.900.65   0.15
XYZ30.521215.97768.4965
Yxy15.97760.55500.2905
Hunter Lab39.972066.345315.3776
CIE-Lab46.945171.077623.0607

#da154d color RGB value is (218,21,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00010101 01001101
Octal 332 25 115
Decimal 218 21 77
Hex DA 15 4D

RGB Percentages of Color #da154d

%68.99
%6.65
%24.37

CMYK Percentages of Color #da154d

%0
%90
%65
%15

Triadic Colors of #da154d

#da154d #4dda15 #154dda

Analogous Colors of #da154d

#da154d #da4015 #da15b0

Monochromatic Colors of #da154d

#da154d

Complementary Color

#da154d #15daa2

#da154d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da154d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da154d Color CSS Codes

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

#da154d Text Font Color

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

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


#da154d Background Color

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

This div background color is #da154d


#da154d Border Color

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

This div border color is #da154d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da154d


Comments

No comments written yet.

Please login to write comment.