Color Hex Logo

#da50ae Color Hex

#DA50AE
(218,80,174)
0 Favorites   0 Comments

Color spaces of #da50ae

RGB 21880174
HSL0.890.650.58
HSV319°63°85°
CMYK 0.000.630.20   0.15
XYZ39.422123.698742.5409
Yxy23.69870.37310.2243
Hunter Lab48.681359.3569-17.7345
CIE-Lab55.784963.4637-22.4436

#da50ae color RGB value is (218,80,174).

#da50ae hex color red value is 218, green value is 80 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #da50ae hue: 0.89 , saturation: 0.65 and the lightness value of da50ae is 0.58.

The process color (four color CMYK) of #da50ae color hex is 0.00, 0.63, 0.20, 0.15. Web safe color of #da50ae is #cc6699. Color #da50ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010000 10101110
Octal 332 120 256
Decimal 218 80 174
Hex DA 50 AE

RGB Percentages of Color #da50ae

%46.19
%16.95
%36.86

CMYK Percentages of Color #da50ae

%0
%63
%20
%15

Triadic Colors of #da50ae

#da50ae #aeda50 #50aeda

Analogous Colors of #da50ae

#da50ae #da5069 #c150da

Monochromatic Colors of #da50ae

#da50ae

Complementary Color

#da50ae #50da7c

#da50ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da50ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#da50ae Color CSS Codes

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

#da50ae Text Font Color

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

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


#da50ae Background Color

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

This div background color is #da50ae


#da50ae Border Color

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

This div border color is #da50ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da50ae


Comments

No comments written yet.

Please login to write comment.