Color Hex Logo

#da296d Color Hex

#DA296D
(218,41,109)
0 Favorites   0 Comments

Color spaces of #da296d

RGB 21841109
HSL0.940.710.51
HSV337°81°85°
CMYK 0.000.810.50   0.15
XYZ32.466717.595416.1531
Yxy17.59540.49030.2657
Hunter Lab41.946964.75126.5311
CIE-Lab49.001669.33886.1964

#da296d color RGB value is (218,41,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00101001 01101101
Octal 332 51 155
Decimal 218 41 109
Hex DA 29 6D

RGB Percentages of Color #da296d

%59.24
%11.14
%29.62

CMYK Percentages of Color #da296d

%0
%81
%50
%15

Triadic Colors of #da296d

#da296d #6dda29 #296dda

Analogous Colors of #da296d

#da296d #da3d29 #da29c6

Monochromatic Colors of #da296d

#da296d

Complementary Color

#da296d #29da96

#da296d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da296d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da296d Color CSS Codes

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

#da296d Text Font Color

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

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


#da296d Background Color

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

This div background color is #da296d


#da296d Border Color

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

This div border color is #da296d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da296d


Comments

No comments written yet.

Please login to write comment.