Color Hex Logo

#da4689 Color Hex

#DA4689
(218,70,137)
0 Favorites   0 Comments

Color spaces of #da4689

RGB 21870137
HSL0.920.670.56
HSV333°68°85°
CMYK 0.000.680.37   0.15
XYZ35.619021.091925.8607
Yxy21.09190.43140.2554
Hunter Lab45.925958.0698-1.2378
CIE-Lab53.049962.8537-4.8062

#da4689 color RGB value is (218,70,137).

#da4689 hex color red value is 218, green value is 70 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #da4689 hue: 0.92 , saturation: 0.67 and the lightness value of da4689 is 0.56.

The process color (four color CMYK) of #da4689 color hex is 0.00, 0.68, 0.37, 0.15. Web safe color of #da4689 is #cc3399. Color #da4689 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01000110 10001001
Octal 332 106 211
Decimal 218 70 137
Hex DA 46 89

RGB Percentages of Color #da4689

%51.29
%16.47
%32.24

CMYK Percentages of Color #da4689

%0
%68
%37
%15

Triadic Colors of #da4689

#da4689 #89da46 #4689da

Analogous Colors of #da4689

#da4689 #da4d46 #da46d3

Monochromatic Colors of #da4689

#da4689

Complementary Color

#da4689 #46da97

#da4689 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da4689 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da4689 Color CSS Codes

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

#da4689 Text Font Color

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

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


#da4689 Background Color

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

This div background color is #da4689


#da4689 Border Color

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

This div border color is #da4689


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da4689


Comments

No comments written yet.

Please login to write comment.