Color Hex Logo

#da409d Color Hex

#DA409D
(218,64,157)
0 Favorites   0 Comments

Color spaces of #da409d

RGB 21864157
HSL0.900.680.55
HSV324°71°85°
CMYK 0.000.710.28   0.15
XYZ36.832621.006534.0117
Yxy21.00650.40100.2287
Hunter Lab45.832863.2403-11.9150
CIE-Lab52.956667.3044-16.8112

#da409d color RGB value is (218,64,157).

#da409d hex color red value is 218, green value is 64 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #da409d hue: 0.90 , saturation: 0.68 and the lightness value of da409d is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01000000 10011101
Octal 332 100 235
Decimal 218 64 157
Hex DA 40 9D

RGB Percentages of Color #da409d

%49.66
%14.58
%35.76

CMYK Percentages of Color #da409d

%0
%71
%28
%15

Triadic Colors of #da409d

#da409d #9dda40 #409dda

Analogous Colors of #da409d

#da409d #da4050 #ca40da

Monochromatic Colors of #da409d

#da409d

Complementary Color

#da409d #40da7d

#da409d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da409d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da409d Color CSS Codes

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

#da409d Text Font Color

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

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


#da409d Background Color

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

This div background color is #da409d


#da409d Border Color

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

This div border color is #da409d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da409d


Comments

No comments written yet.

Please login to write comment.