Color Hex Logo

#da4696 Color Hex

#DA4696
(218,70,150)
0 Favorites   0 Comments

Color spaces of #da4696

RGB 21870150
HSL0.910.670.56
HSV328°68°85°
CMYK 0.000.680.31   0.15
XYZ36.608621.487831.0722
Yxy21.48780.41060.2410
Hunter Lab46.354959.8484-7.2943
CIE-Lab53.479364.3110-11.8823

#da4696 color RGB value is (218,70,150).

#da4696 hex color red value is 218, green value is 70 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #da4696 hue: 0.91 , saturation: 0.67 and the lightness value of da4696 is 0.56.

The process color (four color CMYK) of #da4696 color hex is 0.00, 0.68, 0.31, 0.15. Web safe color of #da4696 is #cc3399. Color #da4696 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01000110 10010110
Octal 332 106 226
Decimal 218 70 150
Hex DA 46 96

RGB Percentages of Color #da4696

%49.77
%15.98
%34.25

CMYK Percentages of Color #da4696

%0
%68
%31
%15

Triadic Colors of #da4696

#da4696 #96da46 #4696da

Analogous Colors of #da4696

#da4696 #da464c #d446da

Monochromatic Colors of #da4696

#da4696

Complementary Color

#da4696 #46da8a

#da4696 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da4696 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da4696 Color CSS Codes

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

#da4696 Text Font Color

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

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


#da4696 Background Color

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

This div background color is #da4696


#da4696 Border Color

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

This div border color is #da4696


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da4696


Comments

No comments written yet.

Please login to write comment.