Color Hex Logo

#da124c Color Hex

#DA124C
(218,18,76)
0 Favorites   0 Comments

Color spaces of #da124c

RGB 2181876
HSL0.950.850.46
HSV343°92°85°
CMYK 0.000.920.65   0.15
XYZ30.434315.85988.2947
Yxy15.85980.55750.2905
Hunter Lab39.824466.719415.5280
CIE-Lab46.790071.420823.4754

#da124c color RGB value is (218,18,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00010010 01001100
Octal 332 22 114
Decimal 218 18 76
Hex DA 12 4C

RGB Percentages of Color #da124c

%69.87
%5.77
%24.36

CMYK Percentages of Color #da124c

%0
%92
%65
%15

Triadic Colors of #da124c

#da124c #4cda12 #124cda

Analogous Colors of #da124c

#da124c #da3c12 #da12b0

Monochromatic Colors of #da124c

#da124c

Complementary Color

#da124c #12daa0

#da124c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da124c Color Preview on White Background

Lorem ipsum dolor sit amet.

#da124c Color CSS Codes

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

#da124c Text Font Color

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

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


#da124c Background Color

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

This div background color is #da124c


#da124c Border Color

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

This div border color is #da124c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da124c


Comments

No comments written yet.

Please login to write comment.