Color Hex Logo

#da6489 Color Hex

#DA6489
(218,100,137)
0 Favorites   0 Comments

Color spaces of #da6489

RGB 218100137
HSL0.950.610.62
HSV341°54°85°
CMYK 0.000.540.37   0.15
XYZ37.986025.825926.6497
Yxy25.82590.41990.2855
Hunter Lab50.819244.49044.4816
CIE-Lab57.871449.88592.2597

#da6489 color RGB value is (218,100,137).

#da6489 hex color red value is 218, green value is 100 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #da6489 hue: 0.95 , saturation: 0.61 and the lightness value of da6489 is 0.62.

The process color (four color CMYK) of #da6489 color hex is 0.00, 0.54, 0.37, 0.15. Web safe color of #da6489 is #cc6699. Color #da6489 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100100 10001001
Octal 332 144 211
Decimal 218 100 137
Hex DA 64 89

RGB Percentages of Color #da6489

%47.91
%21.98
%30.11

CMYK Percentages of Color #da6489

%0
%54
%37
%15

Triadic Colors of #da6489

#da6489 #89da64 #6489da

Analogous Colors of #da6489

#da6489 #da7a64 #da64c4

Monochromatic Colors of #da6489

#da6489

Complementary Color

#da6489 #64dab5

#da6489 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da6489 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da6489 Color CSS Codes

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

#da6489 Text Font Color

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

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


#da6489 Background Color

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

This div background color is #da6489


#da6489 Border Color

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

This div border color is #da6489


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,100,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 #da6489">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da6489


Comments

No comments written yet.

Please login to write comment.