Color Hex Logo

#da28ae Color Hex

#DA28AE
(218,40,174)
0 Favorites   0 Comments

Color spaces of #da28ae

RGB 21840174
HSL0.870.710.51
HSV315°82°85°
CMYK 0.000.820.20   0.15
XYZ37.312219.479041.8376
Yxy19.47900.37830.1975
Hunter Lab44.135073.6695-25.3092
CIE-Lab51.243076.2662-29.4642

#da28ae color RGB value is (218,40,174).

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

The process color (four color CMYK) of #da28ae color hex is 0.00, 0.82, 0.20, 0.15. Web safe color of #da28ae is #cc3399. Color #da28ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00101000 10101110
Octal 332 50 256
Decimal 218 40 174
Hex DA 28 AE

RGB Percentages of Color #da28ae

%50.46
%9.26
%40.28

CMYK Percentages of Color #da28ae

%0
%82
%20
%15

Triadic Colors of #da28ae

#da28ae #aeda28 #28aeda

Analogous Colors of #da28ae

#da28ae #da2855 #ad28da

Monochromatic Colors of #da28ae

#da28ae

Complementary Color

#da28ae #28da54

#da28ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da28ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#da28ae Color CSS Codes

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

#da28ae Text Font Color

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

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


#da28ae Background Color

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

This div background color is #da28ae


#da28ae Border Color

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

This div border color is #da28ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da28ae


Comments

No comments written yet.

Please login to write comment.