Color Hex Logo

#da189d Color Hex

#DA189D
(218,24,157)
0 Favorites   0 Comments

Color spaces of #da189d

RGB 21824157
HSL0.890.800.47
HSV319°89°85°
CMYK 0.000.890.28   0.15
XYZ35.325917.993033.5094
Yxy17.99300.40680.2072
Hunter Lab42.418274.4233-17.1451
CIE-Lab49.487677.2170-22.1209

#da189d color RGB value is (218,24,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00011000 10011101
Octal 332 30 235
Decimal 218 24 157
Hex DA 18 9D

RGB Percentages of Color #da189d

%54.64
%6.02
%39.35

CMYK Percentages of Color #da189d

%0
%89
%28
%15

Triadic Colors of #da189d

#da189d #9dda18 #189dda

Analogous Colors of #da189d

#da189d #da183c #b618da

Monochromatic Colors of #da189d

#da189d

Complementary Color

#da189d #18da55

#da189d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da189d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da189d Color CSS Codes

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

#da189d Text Font Color

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

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


#da189d Background Color

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

This div background color is #da189d


#da189d Border Color

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

This div border color is #da189d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da189d


Comments

No comments written yet.

Please login to write comment.