Color Hex Logo

#da294d Color Hex

#DA294D
(218,41,77)
0 Favorites   0 Comments

Color spaces of #da294d

RGB 2184177
HSL0.970.710.51
HSV348°81°85°
CMYK 0.000.810.65   0.15
XYZ31.045917.02718.6714
Yxy17.02710.54710.3001
Hunter Lab41.263962.087016.4252
CIE-Lab48.294267.213524.8042

#da294d color RGB value is (218,41,77).

#da294d hex color red value is 218, green value is 41 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #da294d hue: 0.97 , saturation: 0.71 and the lightness value of da294d is 0.51.

The process color (four color CMYK) of #da294d color hex is 0.00, 0.81, 0.65, 0.15. Web safe color of #da294d is #cc3366. Color #da294d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00101001 01001101
Octal 332 51 115
Decimal 218 41 77
Hex DA 29 4D

RGB Percentages of Color #da294d

%64.88
%12.20
%22.92

CMYK Percentages of Color #da294d

%0
%81
%65
%15

Triadic Colors of #da294d

#da294d #4dda29 #294dda

Analogous Colors of #da294d

#da294d #da5e29 #da29a6

Monochromatic Colors of #da294d

#da294d

Complementary Color

#da294d #29dab6

#da294d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da294d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da294d Color CSS Codes

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

#da294d Text Font Color

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

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


#da294d Background Color

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

This div background color is #da294d


#da294d Border Color

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

This div border color is #da294d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da294d


Comments

No comments written yet.

Please login to write comment.