Color Hex Logo

#da0899 Color Hex

#DA0899
(218,8,153)
0 Favorites   0 Comments

Color spaces of #da0899

RGB 2188153
HSL0.880.930.44
HSV319°96°85°
CMYK 0.000.960.30   0.15
XYZ34.750017.379031.6599
Yxy17.37900.41470.2074
Hunter Lab41.688175.8381-15.8459
CIE-Lab48.734178.5008-20.8887

#da0899 color RGB value is (218,8,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00001000 10011001
Octal 332 10 231
Decimal 218 8 153
Hex DA 8 99

RGB Percentages of Color #da0899

%57.52
%2.11
%40.37

CMYK Percentages of Color #da0899

%0
%96
%30
%15

Triadic Colors of #da0899

#da0899 #99da08 #0899da

Analogous Colors of #da0899

#da0899 #da0830 #b208da

Monochromatic Colors of #da0899

#da0899

Complementary Color

#da0899 #08da49

#da0899 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da0899 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da0899 Color CSS Codes

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

#da0899 Text Font Color

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

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


#da0899 Background Color

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

This div background color is #da0899


#da0899 Border Color

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

This div border color is #da0899


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da0899


Comments

No comments written yet.

Please login to write comment.