Color Hex Logo

#da319e Color Hex

#DA319E
(218,49,158)
0 Favorites   0 Comments

Color spaces of #da319e

RGB 21849158
HSL0.890.700.52
HSV321°78°85°
CMYK 0.000.780.28   0.15
XYZ36.183319.570734.2182
Yxy19.57070.40220.2175
Hunter Lab44.238868.5789-14.8930
CIE-Lab51.348372.0819-19.8582

#da319e color RGB value is (218,49,158).

#da319e hex color red value is 218, green value is 49 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #da319e hue: 0.89 , saturation: 0.70 and the lightness value of da319e is 0.52.

The process color (four color CMYK) of #da319e color hex is 0.00, 0.78, 0.28, 0.15. Web safe color of #da319e is #cc3399. Color #da319e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00110001 10011110
Octal 332 61 236
Decimal 218 49 158
Hex DA 31 9E

RGB Percentages of Color #da319e

%51.29
%11.53
%37.18

CMYK Percentages of Color #da319e

%0
%78
%28
%15

Triadic Colors of #da319e

#da319e #9eda31 #319eda

Analogous Colors of #da319e

#da319e #da314a #c231da

Monochromatic Colors of #da319e

#da319e

Complementary Color

#da319e #31da6d

#da319e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da319e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da319e Color CSS Codes

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

#da319e Text Font Color

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

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


#da319e Background Color

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

This div background color is #da319e


#da319e Border Color

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

This div border color is #da319e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da319e


Comments

No comments written yet.

Please login to write comment.