Color Hex Logo

#da4494 Color Hex

#DA4494
(218,68,148)
0 Favorites   0 Comments

Color spaces of #da4494

RGB 21868148
HSL0.910.670.56
HSV328°69°85°
CMYK 0.000.690.32   0.15
XYZ36.325921.177830.1901
Yxy21.17780.41420.2415
Hunter Lab46.019360.3672-6.6825
CIE-Lab53.143564.8193-11.2032

#da4494 color RGB value is (218,68,148).

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

The process color (four color CMYK) of #da4494 color hex is 0.00, 0.69, 0.32, 0.15. Web safe color of #da4494 is #cc3399. Color #da4494 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01000100 10010100
Octal 332 104 224
Decimal 218 68 148
Hex DA 44 94

RGB Percentages of Color #da4494

%50.23
%15.67
%34.10

CMYK Percentages of Color #da4494

%0
%69
%32
%15

Triadic Colors of #da4494

#da4494 #94da44 #4494da

Analogous Colors of #da4494

#da4494 #da4449 #d544da

Monochromatic Colors of #da4494

#da4494

Complementary Color

#da4494 #44da8a

#da4494 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da4494 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da4494 Color CSS Codes

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

#da4494 Text Font Color

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

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


#da4494 Background Color

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

This div background color is #da4494


#da4494 Border Color

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

This div border color is #da4494


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da4494


Comments

No comments written yet.

Please login to write comment.