Color Hex Logo

#da91ae Color Hex

#DA91AE
(218,145,174)
0 Favorites   0 Comments

Color spaces of #da91ae

RGB 218145174
HSL0.930.500.71
HSV336°33°85°
CMYK 0.000.330.20   0.15
XYZ46.678838.212244.9599
Yxy38.21220.35950.2943
Hunter Lab61.816026.61170.1485
CIE-Lab68.176731.6542-3.7987

#da91ae color RGB value is (218,145,174).

#da91ae hex color red value is 218, green value is 145 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #da91ae hue: 0.93 , saturation: 0.50 and the lightness value of da91ae is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010001 10101110
Octal 332 221 256
Decimal 218 145 174
Hex DA 91 AE

RGB Percentages of Color #da91ae

%40.60
%27.00
%32.40

CMYK Percentages of Color #da91ae

%0
%33
%20
%15

Triadic Colors of #da91ae

#da91ae #aeda91 #91aeda

Analogous Colors of #da91ae

#da91ae #da9991 #da91d3

Monochromatic Colors of #da91ae

#da91ae

Complementary Color

#da91ae #91dabd

#da91ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da91ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#da91ae Color CSS Codes

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

#da91ae Text Font Color

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

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


#da91ae Background Color

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

This div background color is #da91ae


#da91ae Border Color

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

This div border color is #da91ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da91ae


Comments

No comments written yet.

Please login to write comment.