Color Hex Logo

#da89ae Color Hex

#DA89AE
(218,137,174)
0 Favorites   0 Comments

Color spaces of #da89ae

RGB 218137174
HSL0.920.520.70
HSV333°37°85°
CMYK 0.000.370.20   0.15
XYZ45.499135.852744.5666
Yxy35.85270.36130.2847
Hunter Lab59.877130.8526-2.2156
CIE-Lab66.407235.9298-6.4140

#da89ae color RGB value is (218,137,174).

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

The process color (four color CMYK) of #da89ae color hex is 0.00, 0.37, 0.20, 0.15. Web safe color of #da89ae is #cc9999. Color #da89ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10001001 10101110
Octal 332 211 256
Decimal 218 137 174
Hex DA 89 AE

RGB Percentages of Color #da89ae

%41.21
%25.90
%32.89

CMYK Percentages of Color #da89ae

%0
%37
%20
%15

Triadic Colors of #da89ae

#da89ae #aeda89 #89aeda

Analogous Colors of #da89ae

#da89ae #da8d89 #da89d7

Monochromatic Colors of #da89ae

#da89ae

Complementary Color

#da89ae #89dab5

#da89ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da89ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#da89ae Color CSS Codes

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

#da89ae Text Font Color

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

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


#da89ae Background Color

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

This div background color is #da89ae


#da89ae Border Color

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

This div border color is #da89ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da89ae


Comments

No comments written yet.

Please login to write comment.