Color Hex Logo

#da099f Color Hex

#DA099F
(218,9,159)
0 Favorites   0 Comments

Color spaces of #da099f

RGB 2189159
HSL0.880.920.45
HSV317°96°85°
CMYK 0.000.960.27   0.15
XYZ35.269117.604034.3399
Yxy17.60400.40440.2019
Hunter Lab41.957176.6219-19.1560
CIE-Lab49.012279.0733-24.0470

#da099f color RGB value is (218,9,159).

#da099f hex color red value is 218, green value is 9 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #da099f hue: 0.88 , saturation: 0.92 and the lightness value of da099f is 0.45.

The process color (four color CMYK) of #da099f color hex is 0.00, 0.96, 0.27, 0.15. Web safe color of #da099f is #cc0099. Color #da099f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00001001 10011111
Octal 332 11 237
Decimal 218 9 159
Hex DA 9 9F

RGB Percentages of Color #da099f

%56.48
%2.33
%41.19

CMYK Percentages of Color #da099f

%0
%96
%27
%15

Triadic Colors of #da099f

#da099f #9fda09 #099fda

Analogous Colors of #da099f

#da099f #da0936 #ad09da

Monochromatic Colors of #da099f

#da099f

Complementary Color

#da099f #09da44

#da099f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da099f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da099f Color CSS Codes

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

#da099f Text Font Color

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

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


#da099f Background Color

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

This div background color is #da099f


#da099f Border Color

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

This div border color is #da099f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da099f


Comments

No comments written yet.

Please login to write comment.