Color Hex Logo

#da4248 Color Hex

#DA4248
(218,66,72)
0 Favorites   0 Comments

Color spaces of #da4248

RGB 2186672
HSL0.990.670.56
HSV358°70°85°
CMYK 0.000.700.67   0.15
XYZ32.031419.26978.1621
Yxy19.26970.53870.3241
Hunter Lab43.897353.429519.7039
CIE-Lab51.001359.150731.1904

#da4248 color RGB value is (218,66,72).

#da4248 hex color red value is 218, green value is 66 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #da4248 hue: 0.99 , saturation: 0.67 and the lightness value of da4248 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01000010 01001000
Octal 332 102 110
Decimal 218 66 72
Hex DA 42 48

RGB Percentages of Color #da4248

%61.24
%18.54
%20.22

CMYK Percentages of Color #da4248

%0
%70
%67
%15

Triadic Colors of #da4248

#da4248 #48da42 #4248da

Analogous Colors of #da4248

#da4248 #da8842 #da4294

Monochromatic Colors of #da4248

#da4248

Complementary Color

#da4248 #42dad4

#da4248 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da4248 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da4248 Color CSS Codes

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

#da4248 Text Font Color

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

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


#da4248 Background Color

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

This div background color is #da4248


#da4248 Border Color

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

This div border color is #da4248


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da4248


Comments

No comments written yet.

Please login to write comment.