Color Hex Logo

#da18ae Color Hex

#DA18AE
(218,24,174)
0 Favorites   0 Comments

Color spaces of #da18ae

RGB 21824174
HSL0.870.800.47
HSV314°89°85°
CMYK 0.000.890.20   0.15
XYZ36.880118.614741.6936
Yxy18.61470.37950.1915
Hunter Lab43.144877.0783-27.0945
CIE-Lab50.233379.1993-31.0380

#da18ae color RGB value is (218,24,174).

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

The process color (four color CMYK) of #da18ae color hex is 0.00, 0.89, 0.20, 0.15. Web safe color of #da18ae is #cc0099. Color #da18ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00011000 10101110
Octal 332 30 256
Decimal 218 24 174
Hex DA 18 AE

RGB Percentages of Color #da18ae

%52.40
%5.77
%41.83

CMYK Percentages of Color #da18ae

%0
%89
%20
%15

Triadic Colors of #da18ae

#da18ae #aeda18 #18aeda

Analogous Colors of #da18ae

#da18ae #da184d #a518da

Monochromatic Colors of #da18ae

#da18ae

Complementary Color

#da18ae #18da44

#da18ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da18ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#da18ae Color CSS Codes

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

#da18ae Text Font Color

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

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


#da18ae Background Color

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

This div background color is #da18ae


#da18ae Border Color

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

This div border color is #da18ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da18ae


Comments

No comments written yet.

Please login to write comment.