Color Hex Logo

#da098f Color Hex

#DA098F
(218,9,143)
0 Favorites   0 Comments

Color spaces of #da098f

RGB 2189143
HSL0.890.920.45
HSV322°96°85°
CMYK 0.000.960.34   0.15
XYZ33.969117.084027.4938
Yxy17.08400.43250.2175
Hunter Lab41.332874.3667-10.5056
CIE-Lab48.365777.3902-15.4366

#da098f color RGB value is (218,9,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00001001 10001111
Octal 332 11 217
Decimal 218 9 143
Hex DA 9 8F

RGB Percentages of Color #da098f

%58.92
%2.43
%38.65

CMYK Percentages of Color #da098f

%0
%96
%34
%15

Triadic Colors of #da098f

#da098f #8fda09 #098fda

Analogous Colors of #da098f

#da098f #da0926 #bd09da

Monochromatic Colors of #da098f

#da098f

Complementary Color

#da098f #09da54

#da098f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da098f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da098f Color CSS Codes

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

#da098f Text Font Color

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

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


#da098f Background Color

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

This div background color is #da098f


#da098f Border Color

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

This div border color is #da098f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da098f


Comments

No comments written yet.

Please login to write comment.