Color Hex Logo

#da3994 Color Hex

#DA3994
(218,57,148)
0 Favorites   0 Comments

Color spaces of #da3994

RGB 21857148
HSL0.910.690.54
HSV326°74°85°
CMYK 0.000.740.32   0.15
XYZ35.721919.969829.9888
Yxy19.96980.41690.2331
Hunter Lab44.687664.4842-8.5068
CIE-Lab51.803068.5750-13.2239

#da3994 color RGB value is (218,57,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00111001 10010100
Octal 332 71 224
Decimal 218 57 148
Hex DA 39 94

RGB Percentages of Color #da3994

%51.54
%13.48
%34.99

CMYK Percentages of Color #da3994

%0
%74
%32
%15

Triadic Colors of #da3994

#da3994 #94da39 #3994da

Analogous Colors of #da3994

#da3994 #da3943 #d039da

Monochromatic Colors of #da3994

#da3994

Complementary Color

#da3994 #39da7f

#da3994 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da3994 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da3994 Color CSS Codes

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

#da3994 Text Font Color

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

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


#da3994 Background Color

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

This div background color is #da3994


#da3994 Border Color

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

This div border color is #da3994


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da3994


Comments

No comments written yet.

Please login to write comment.