Color Hex Logo

#db4eac Color Hex

#DB4EAC
(219,78,172)
0 Favorites   0 Comments

Color spaces of #db4eac

RGB 21978172
HSL0.890.660.58
HSV320°64°86°
CMYK 0.000.640.21   0.14
XYZ39.384223.487441.4875
Yxy23.48740.37740.2251
Hunter Lab48.463860.2467-16.8306
CIE-Lab55.570964.2665-21.5956

#db4eac color RGB value is (219,78,172).

#db4eac hex color red value is 219, green value is 78 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #db4eac hue: 0.89 , saturation: 0.66 and the lightness value of db4eac is 0.58.

The process color (four color CMYK) of #db4eac color hex is 0.00, 0.64, 0.21, 0.14. Web safe color of #db4eac is #cc6699. Color #db4eac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01001110 10101100
Octal 333 116 254
Decimal 219 78 172
Hex DB 4E AC

RGB Percentages of Color #db4eac

%46.70
%16.63
%36.67

CMYK Percentages of Color #db4eac

%0
%64
%21
%14

Triadic Colors of #db4eac

#db4eac #acdb4e #4eacdb

Analogous Colors of #db4eac

#db4eac #db4e66 #c44edb

Monochromatic Colors of #db4eac

#db4eac

Complementary Color

#db4eac #4edb7d

#db4eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db4eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#db4eac Color CSS Codes

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

#db4eac Text Font Color

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

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


#db4eac Background Color

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

This div background color is #db4eac


#db4eac Border Color

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

This div border color is #db4eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db4eac


Comments

No comments written yet.

Please login to write comment.