Color Hex Logo

#da098a Color Hex

#DA098A
(218,9,138)
0 Favorites   0 Comments

Color spaces of #da098a

RGB 2189138
HSL0.900.920.45
HSV323°96°85°
CMYK 0.000.960.37   0.15
XYZ33.598616.935825.5428
Yxy16.93580.44160.2226
Hunter Lab41.153173.7146-7.9927
CIE-Lab48.179076.9000-12.6947

#da098a color RGB value is (218,9,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00001001 10001010
Octal 332 11 212
Decimal 218 9 138
Hex DA 9 8A

RGB Percentages of Color #da098a

%59.73
%2.47
%37.81

CMYK Percentages of Color #da098a

%0
%96
%37
%15

Triadic Colors of #da098a

#da098a #8ada09 #098ada

Analogous Colors of #da098a

#da098a #da0922 #c209da

Monochromatic Colors of #da098a

#da098a

Complementary Color

#da098a #09da59

#da098a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da098a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da098a Color CSS Codes

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

#da098a Text Font Color

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

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


#da098a Background Color

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

This div background color is #da098a


#da098a Border Color

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

This div border color is #da098a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da098a


Comments

No comments written yet.

Please login to write comment.