Color Hex Logo

#da2248 Color Hex

#DA2248
(218,34,72)
0 Favorites   0 Comments

Color spaces of #da2248

RGB 2183472
HSL0.970.730.49
HSV348°84°85°
CMYK 0.000.840.67   0.15
XYZ30.655216.51747.7034
Yxy16.51740.55860.3010
Hunter Lab40.641663.516417.2110
CIE-Lab47.646168.556327.0159

#da2248 color RGB value is (218,34,72).

#da2248 hex color red value is 218, green value is 34 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #da2248 hue: 0.97 , saturation: 0.73 and the lightness value of da2248 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00100010 01001000
Octal 332 42 110
Decimal 218 34 72
Hex DA 22 48

RGB Percentages of Color #da2248

%67.28
%10.49
%22.22

CMYK Percentages of Color #da2248

%0
%84
%67
%15

Triadic Colors of #da2248

#da2248 #48da22 #2248da

Analogous Colors of #da2248

#da2248 #da5822 #da22a4

Monochromatic Colors of #da2248

#da2248

Complementary Color

#da2248 #22dab4

#da2248 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da2248 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da2248 Color CSS Codes

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

#da2248 Text Font Color

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

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


#da2248 Background Color

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

This div background color is #da2248


#da2248 Border Color

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

This div border color is #da2248


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da2248


Comments

No comments written yet.

Please login to write comment.