Color Hex Logo

#db0eac Color Hex

#DB0EAC
(219,14,172)
0 Favorites   0 Comments

Color spaces of #db0eac

RGB 21914172
HSL0.870.880.46
HSV314°94°86°
CMYK 0.000.940.21   0.14
XYZ36.816818.352740.6317
Yxy18.35270.38430.1916
Hunter Lab42.840178.4331-26.2456
CIE-Lab49.921180.3362-30.3326

#db0eac color RGB value is (219,14,172).

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

The process color (four color CMYK) of #db0eac color hex is 0.00, 0.94, 0.21, 0.14. Web safe color of #db0eac is #cc0099. Color #db0eac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00001110 10101100
Octal 333 16 254
Decimal 219 14 172
Hex DB E AC

RGB Percentages of Color #db0eac

%54.07
%3.46
%42.47

CMYK Percentages of Color #db0eac

%0
%94
%21
%14

Triadic Colors of #db0eac

#db0eac #acdb0e #0eacdb

Analogous Colors of #db0eac

#db0eac #db0e45 #a40edb

Monochromatic Colors of #db0eac

#db0eac

Complementary Color

#db0eac #0edb3d

#db0eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db0eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#db0eac Color CSS Codes

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

#db0eac Text Font Color

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

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


#db0eac Background Color

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

This div background color is #db0eac


#db0eac Border Color

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

This div border color is #db0eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db0eac


Comments

No comments written yet.

Please login to write comment.