Color Hex Logo

#da012e Color Hex

#DA012E
(218,1,46)
0 Favorites   0 Comments

Color spaces of #da012e

RGB 218146
HSL0.970.990.43
HSV348°100°85°
CMYK 0.001.000.79   0.15
XYZ29.417415.12443.9536
Yxy15.12440.60660.3119
Hunter Lab38.890166.964021.1956
CIE-Lab45.804171.817340.3309

#da012e color RGB value is (218,1,46).

#da012e hex color red value is 218, green value is 1 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #da012e hue: 0.97 , saturation: 0.99 and the lightness value of da012e is 0.43.

The process color (four color CMYK) of #da012e color hex is 0.00, 1.00, 0.79, 0.15. Web safe color of #da012e is #cc0033. Color #da012e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00000001 00101110
Octal 332 1 56
Decimal 218 1 46
Hex DA 1 2E

RGB Percentages of Color #da012e

%82.26
%0.38
%17.36

CMYK Percentages of Color #da012e

%0
%100
%79
%15

Triadic Colors of #da012e

#da012e #2eda01 #012eda

Analogous Colors of #da012e

#da012e #da4101 #da019b

Monochromatic Colors of #da012e

#da012e

Complementary Color

#da012e #01daad

#da012e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da012e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da012e Color CSS Codes

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

#da012e Text Font Color

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

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


#da012e Background Color

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

This div background color is #da012e


#da012e Border Color

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

This div border color is #da012e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da012e


Comments

No comments written yet.

Please login to write comment.