Color Hex Logo

#da089f Color Hex

#DA089F
(218,8,159)
0 Favorites   0 Comments

Color spaces of #da089f

RGB 2188159
HSL0.880.930.44
HSV317°96°85°
CMYK 0.000.960.27   0.15
XYZ35.258317.582334.3363
Yxy17.58230.40440.2017
Hunter Lab41.931376.7138-19.1990
CIE-Lab48.985579.1518-24.0883

#da089f color RGB value is (218,8,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00001000 10011111
Octal 332 10 237
Decimal 218 8 159
Hex DA 8 9F

RGB Percentages of Color #da089f

%56.62
%2.08
%41.30

CMYK Percentages of Color #da089f

%0
%96
%27
%15

Triadic Colors of #da089f

#da089f #9fda08 #089fda

Analogous Colors of #da089f

#da089f #da0836 #ac08da

Monochromatic Colors of #da089f

#da089f

Complementary Color

#da089f #08da43

#da089f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da089f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da089f Color CSS Codes

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

#da089f Text Font Color

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

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


#da089f Background Color

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

This div background color is #da089f


#da089f Border Color

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

This div border color is #da089f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da089f


Comments

No comments written yet.

Please login to write comment.