Color Hex Logo

#da299e Color Hex

#DA299E
(218,41,158)
0 Favorites   0 Comments

Color spaces of #da299e

RGB 21841158
HSL0.890.710.51
HSV320°81°85°
CMYK 0.000.810.28   0.15
XYZ35.877918.959934.1164
Yxy18.95990.40330.2131
Hunter Lab43.543070.8776-15.9743
CIE-Lab50.640374.1115-20.9441

#da299e color RGB value is (218,41,158).

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

The process color (four color CMYK) of #da299e color hex is 0.00, 0.81, 0.28, 0.15. Web safe color of #da299e is #cc3399. Color #da299e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00101001 10011110
Octal 332 51 236
Decimal 218 41 158
Hex DA 29 9E

RGB Percentages of Color #da299e

%52.28
%9.83
%37.89

CMYK Percentages of Color #da299e

%0
%81
%28
%15

Triadic Colors of #da299e

#da299e #9eda29 #299eda

Analogous Colors of #da299e

#da299e #da2945 #be29da

Monochromatic Colors of #da299e

#da299e

Complementary Color

#da299e #29da65

#da299e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da299e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da299e Color CSS Codes

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

#da299e Text Font Color

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

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


#da299e Background Color

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

This div background color is #da299e


#da299e Border Color

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

This div border color is #da299e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da299e


Comments

No comments written yet.

Please login to write comment.