Color Hex Logo

#da07ae Color Hex

#DA07AE
(218,7,174)
0 Favorites   0 Comments

Color spaces of #da07ae

RGB 2187174
HSL0.870.940.44
HSV313°97°85°
CMYK 0.000.970.20   0.15
XYZ36.629418.113441.6100
Yxy18.11340.38020.1880
Hunter Lab42.559879.1475-28.1749
CIE-Lab49.633480.9571-31.9753

#da07ae color RGB value is (218,7,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00000111 10101110
Octal 332 7 256
Decimal 218 7 174
Hex DA 7 AE

RGB Percentages of Color #da07ae

%54.64
%1.75
%43.61

CMYK Percentages of Color #da07ae

%0
%97
%20
%15

Triadic Colors of #da07ae

#da07ae #aeda07 #07aeda

Analogous Colors of #da07ae

#da07ae #da0744 #9d07da

Monochromatic Colors of #da07ae

#da07ae

Complementary Color

#da07ae #07da33

#da07ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da07ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#da07ae Color CSS Codes

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

#da07ae Text Font Color

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

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


#da07ae Background Color

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

This div background color is #da07ae


#da07ae Border Color

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

This div border color is #da07ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da07ae


Comments

No comments written yet.

Please login to write comment.