Color Hex Logo

#da096e Color Hex

#DA096E
(218,9,110)
0 Favorites   0 Comments

Color spaces of #da096e

RGB 2189110
HSL0.920.920.45
HSV331°96°85°
CMYK 0.000.960.50   0.15
XYZ31.825616.226616.2065
Yxy16.22660.49530.2525
Hunter Lab40.282370.53274.3438
CIE-Lab47.270474.48523.0949

#da096e color RGB value is (218,9,110).

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

The process color (four color CMYK) of #da096e color hex is 0.00, 0.96, 0.50, 0.15. Web safe color of #da096e is #cc0066. Color #da096e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00001001 01101110
Octal 332 11 156
Decimal 218 9 110
Hex DA 9 6E

RGB Percentages of Color #da096e

%64.69
%2.67
%32.64

CMYK Percentages of Color #da096e

%0
%96
%50
%15

Triadic Colors of #da096e

#da096e #6eda09 #096eda

Analogous Colors of #da096e

#da096e #da0d09 #da09d7

Monochromatic Colors of #da096e

#da096e

Complementary Color

#da096e #09da75

#da096e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da096e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da096e Color CSS Codes

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

#da096e Text Font Color

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

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


#da096e Background Color

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

This div background color is #da096e


#da096e Border Color

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

This div border color is #da096e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da096e


Comments

No comments written yet.

Please login to write comment.