Color Hex Logo

#da619f Color Hex

#DA619F
(218,97,159)
0 Favorites   0 Comments

Color spaces of #da619f

RGB 21897159
HSL0.910.620.62
HSV329°56°85°
CMYK 0.000.560.27   0.15
XYZ39.446125.958035.7322
Yxy25.95800.39000.2567
Hunter Lab50.949049.0388-5.9177
CIE-Lab57.997254.0035-10.3713

#da619f color RGB value is (218,97,159).

#da619f hex color red value is 218, green value is 97 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #da619f hue: 0.91 , saturation: 0.62 and the lightness value of da619f is 0.62.

The process color (four color CMYK) of #da619f color hex is 0.00, 0.56, 0.27, 0.15. Web safe color of #da619f is #cc6699. Color #da619f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100001 10011111
Octal 332 141 237
Decimal 218 97 159
Hex DA 61 9F

RGB Percentages of Color #da619f

%45.99
%20.46
%33.54

CMYK Percentages of Color #da619f

%0
%56
%27
%15

Triadic Colors of #da619f

#da619f #9fda61 #619fda

Analogous Colors of #da619f

#da619f #da6162 #d961da

Monochromatic Colors of #da619f

#da619f

Complementary Color

#da619f #61da9c

#da619f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da619f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da619f Color CSS Codes

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

#da619f Text Font Color

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

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


#da619f Background Color

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

This div background color is #da619f


#da619f Border Color

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

This div border color is #da619f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da619f


Comments

No comments written yet.

Please login to write comment.