Color Hex Logo

#da406a Color Hex

#DA406A
(218,64,106)
0 Favorites   0 Comments

Color spaces of #da406a

RGB 21864106
HSL0.950.680.55
HSV344°71°85°
CMYK 0.000.710.51   0.15
XYZ33.348419.612815.6637
Yxy19.61280.48600.2858
Hunter Lab44.286356.912610.0301
CIE-Lab51.396662.151511.4058

#da406a color RGB value is (218,64,106).

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

The process color (four color CMYK) of #da406a color hex is 0.00, 0.71, 0.51, 0.15. Web safe color of #da406a is #cc3366. Color #da406a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01000000 01101010
Octal 332 100 152
Decimal 218 64 106
Hex DA 40 6A

RGB Percentages of Color #da406a

%56.19
%16.49
%27.32

CMYK Percentages of Color #da406a

%0
%71
%51
%15

Triadic Colors of #da406a

#da406a #6ada40 #406ada

Analogous Colors of #da406a

#da406a #da6340 #da40b7

Monochromatic Colors of #da406a

#da406a

Complementary Color

#da406a #40dab0

#da406a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da406a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da406a Color CSS Codes

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

#da406a Text Font Color

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

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


#da406a Background Color

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

This div background color is #da406a


#da406a Border Color

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

This div border color is #da406a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da406a


Comments

No comments written yet.

Please login to write comment.