Color Hex Logo

#da189e Color Hex

#DA189E
(218,24,158)
0 Favorites   0 Comments

Color spaces of #da189e

RGB 21824158
HSL0.880.800.47
HSV319°89°85°
CMYK 0.000.890.28   0.15
XYZ35.411618.027333.9610
Yxy18.02730.40520.2063
Hunter Lab42.458674.5714-17.7028
CIE-Lab49.529277.3282-22.6531

#da189e color RGB value is (218,24,158).

#da189e hex color red value is 218, green value is 24 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #da189e hue: 0.88 , saturation: 0.80 and the lightness value of da189e is 0.47.

The process color (four color CMYK) of #da189e color hex is 0.00, 0.89, 0.28, 0.15. Web safe color of #da189e is #cc0099. Color #da189e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00011000 10011110
Octal 332 30 236
Decimal 218 24 158
Hex DA 18 9E

RGB Percentages of Color #da189e

%54.50
%6.00
%39.50

CMYK Percentages of Color #da189e

%0
%89
%28
%15

Triadic Colors of #da189e

#da189e #9eda18 #189eda

Analogous Colors of #da189e

#da189e #da183d #b518da

Monochromatic Colors of #da189e

#da189e

Complementary Color

#da189e #18da54

#da189e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da189e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da189e Color CSS Codes

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

#da189e Text Font Color

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

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


#da189e Background Color

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

This div background color is #da189e


#da189e Border Color

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

This div border color is #da189e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da189e


Comments

No comments written yet.

Please login to write comment.