Color Hex Logo

#da409f Color Hex

#DA409F
(218,64,159)
0 Favorites   0 Comments

Color spaces of #da409f

RGB 21864159
HSL0.900.680.55
HSV323°71°85°
CMYK 0.000.710.27   0.15
XYZ37.004821.075434.9185
Yxy21.07540.39790.2266
Hunter Lab45.908063.5437-12.9616
CIE-Lab53.031967.5470-17.8768

#da409f color RGB value is (218,64,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01000000 10011111
Octal 332 100 237
Decimal 218 64 159
Hex DA 40 9F

RGB Percentages of Color #da409f

%49.43
%14.51
%36.05

CMYK Percentages of Color #da409f

%0
%71
%27
%15

Triadic Colors of #da409f

#da409f #9fda40 #409fda

Analogous Colors of #da409f

#da409f #da4052 #c840da

Monochromatic Colors of #da409f

#da409f

Complementary Color

#da409f #40da7b

#da409f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da409f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da409f Color CSS Codes

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

#da409f Text Font Color

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

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


#da409f Background Color

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

This div background color is #da409f


#da409f Border Color

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

This div border color is #da409f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da409f


Comments

No comments written yet.

Please login to write comment.