Color Hex Logo

#da1d48 Color Hex

#DA1D48
(218,29,72)
0 Favorites   0 Comments

Color spaces of #da1d48

RGB 2182972
HSL0.960.770.48
HSV346°87°85°
CMYK 0.000.870.67   0.15
XYZ30.522516.25207.6591
Yxy16.25200.56070.2986
Hunter Lab40.313864.597416.9553
CIE-Lab47.303469.538126.5839

#da1d48 color RGB value is (218,29,72).

#da1d48 hex color red value is 218, green value is 29 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #da1d48 hue: 0.96 , saturation: 0.77 and the lightness value of da1d48 is 0.48.

The process color (four color CMYK) of #da1d48 color hex is 0.00, 0.87, 0.67, 0.15. Web safe color of #da1d48 is #cc3333. Color #da1d48 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00011101 01001000
Octal 332 35 110
Decimal 218 29 72
Hex DA 1D 48

RGB Percentages of Color #da1d48

%68.34
%9.09
%22.57

CMYK Percentages of Color #da1d48

%0
%87
%67
%15

Triadic Colors of #da1d48

#da1d48 #48da1d #1d48da

Analogous Colors of #da1d48

#da1d48 #da501d #da1da7

Monochromatic Colors of #da1d48

#da1d48

Complementary Color

#da1d48 #1ddaaf

#da1d48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da1d48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da1d48 Color CSS Codes

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

#da1d48 Text Font Color

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

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


#da1d48 Background Color

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

This div background color is #da1d48


#da1d48 Border Color

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

This div border color is #da1d48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da1d48


Comments

No comments written yet.

Please login to write comment.