Color Hex Logo

#da319f Color Hex

#DA319F
(218,49,159)
0 Favorites   0 Comments

Color spaces of #da319f

RGB 21849159
HSL0.890.700.52
HSV321°78°85°
CMYK 0.000.780.27   0.15
XYZ36.269819.605334.6735
Yxy19.60530.40060.2165
Hunter Lab44.277968.7303-15.4348
CIE-Lab51.388072.1995-20.3903

#da319f color RGB value is (218,49,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00110001 10011111
Octal 332 61 237
Decimal 218 49 159
Hex DA 31 9F

RGB Percentages of Color #da319f

%51.17
%11.50
%37.32

CMYK Percentages of Color #da319f

%0
%78
%27
%15

Triadic Colors of #da319f

#da319f #9fda31 #319fda

Analogous Colors of #da319f

#da319f #da314b #c131da

Monochromatic Colors of #da319f

#da319f

Complementary Color

#da319f #31da6c

#da319f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da319f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da319f Color CSS Codes

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

#da319f Text Font Color

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

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


#da319f Background Color

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

This div background color is #da319f


#da319f Border Color

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

This div border color is #da319f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da319f


Comments

No comments written yet.

Please login to write comment.