Color Hex Logo

#da0eaf Color Hex

#DA0EAF
(218,14,175)
0 Favorites   0 Comments

Color spaces of #da0eaf

RGB 21814175
HSL0.870.880.45
HSV313°94°85°
CMYK 0.000.940.20   0.15
XYZ36.808318.314642.1525
Yxy18.31460.37840.1883
Hunter Lab42.795678.6349-28.4422
CIE-Lab49.875580.5049-32.1859

#da0eaf color RGB value is (218,14,175).

#da0eaf hex color red value is 218, green value is 14 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #da0eaf hue: 0.87 , saturation: 0.88 and the lightness value of da0eaf is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00001110 10101111
Octal 332 16 257
Decimal 218 14 175
Hex DA E AF

RGB Percentages of Color #da0eaf

%53.56
%3.44
%43.00

CMYK Percentages of Color #da0eaf

%0
%94
%20
%15

Triadic Colors of #da0eaf

#da0eaf #afda0e #0eafda

Analogous Colors of #da0eaf

#da0eaf #da0e49 #9f0eda

Monochromatic Colors of #da0eaf

#da0eaf

Complementary Color

#da0eaf #0eda39

#da0eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da0eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#da0eaf Color CSS Codes

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

#da0eaf Text Font Color

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

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


#da0eaf Background Color

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

This div background color is #da0eaf


#da0eaf Border Color

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

This div border color is #da0eaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,14,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #da0eaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da0eaf


Comments

No comments written yet.

Please login to write comment.