Color Hex Logo

#da299d Color Hex

#DA299D
(218,41,157)
0 Favorites   0 Comments

Color spaces of #da299d

RGB 21841157
HSL0.890.710.51
HSV321°81°85°
CMYK 0.000.810.28   0.15
XYZ35.792218.925633.6648
Yxy18.92560.40500.2141
Hunter Lab43.503670.7282-15.4285
CIE-Lab50.600073.9969-20.4113

#da299d color RGB value is (218,41,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00101001 10011101
Octal 332 51 235
Decimal 218 41 157
Hex DA 29 9D

RGB Percentages of Color #da299d

%52.40
%9.86
%37.74

CMYK Percentages of Color #da299d

%0
%81
%28
%15

Triadic Colors of #da299d

#da299d #9dda29 #299dda

Analogous Colors of #da299d

#da299d #da2945 #bf29da

Monochromatic Colors of #da299d

#da299d

Complementary Color

#da299d #29da66

#da299d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da299d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da299d Color CSS Codes

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

#da299d Text Font Color

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

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


#da299d Background Color

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

This div background color is #da299d


#da299d Border Color

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

This div border color is #da299d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da299d


Comments

No comments written yet.

Please login to write comment.