Color Hex Logo

#da1341 Color Hex

#DA1341
(218,19,65)
0 Favorites   0 Comments

Color spaces of #da1341

RGB 2181965
HSL0.960.840.46
HSV346°91°85°
CMYK 0.000.910.70   0.15
XYZ30.100415.75286.4552
Yxy15.75280.57540.3012
Hunter Lab39.689865.915718.1399
CIE-Lab46.648570.775230.0292

#da1341 color RGB value is (218,19,65).

#da1341 hex color red value is 218, green value is 19 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #da1341 hue: 0.96 , saturation: 0.84 and the lightness value of da1341 is 0.46.

The process color (four color CMYK) of #da1341 color hex is 0.00, 0.91, 0.70, 0.15. Web safe color of #da1341 is #cc0033. Color #da1341 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00010011 01000001
Octal 332 23 101
Decimal 218 19 65
Hex DA 13 41

RGB Percentages of Color #da1341

%72.19
%6.29
%21.52

CMYK Percentages of Color #da1341

%0
%91
%70
%15

Triadic Colors of #da1341

#da1341 #41da13 #1341da

Analogous Colors of #da1341

#da1341 #da4813 #da13a5

Monochromatic Colors of #da1341

#da1341

Complementary Color

#da1341 #13daac

#da1341 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da1341 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da1341 Color CSS Codes

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

#da1341 Text Font Color

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

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


#da1341 Background Color

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

This div background color is #da1341


#da1341 Border Color

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

This div border color is #da1341


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da1341


Comments

No comments written yet.

Please login to write comment.