Color Hex Logo

#da184f Color Hex

#DA184F
(218,24,79)
0 Favorites   0 Comments

Color spaces of #da184f

RGB 2182479
HSL0.950.800.47
HSV343°89°85°
CMYK 0.000.890.64   0.15
XYZ30.651416.12328.8937
Yxy16.12320.55060.2896
Hunter Lab40.153765.989314.9754
CIE-Lab47.135770.742122.0778

#da184f color RGB value is (218,24,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00011000 01001111
Octal 332 30 117
Decimal 218 24 79
Hex DA 18 4F

RGB Percentages of Color #da184f

%67.91
%7.48
%24.61

CMYK Percentages of Color #da184f

%0
%89
%64
%15

Triadic Colors of #da184f

#da184f #4fda18 #184fda

Analogous Colors of #da184f

#da184f #da4218 #da18b0

Monochromatic Colors of #da184f

#da184f

Complementary Color

#da184f #18daa3

#da184f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da184f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da184f Color CSS Codes

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

#da184f Text Font Color

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

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


#da184f Background Color

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

This div background color is #da184f


#da184f Border Color

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

This div border color is #da184f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da184f


Comments

No comments written yet.

Please login to write comment.