Color Hex Logo

#db7dac Color Hex

#DB7DAC
(219,125,172)
1 Favorites   0 Comments

Color spaces of #db7dac

RGB 219125172
HSL0.920.570.67
HSV330°43°86°
CMYK 0.000.430.21   0.14
XYZ43.993432.705943.0239
Yxy32.70590.36750.2732
Hunter Lab57.189137.2325-4.5721
CIE-Lab63.922142.2786-8.9652

#db7dac color RGB value is (219,125,172).

#db7dac hex color red value is 219, green value is 125 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #db7dac hue: 0.92 , saturation: 0.57 and the lightness value of db7dac is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01111101 10101100
Octal 333 175 254
Decimal 219 125 172
Hex DB 7D AC

RGB Percentages of Color #db7dac

%42.44
%24.22
%33.33

CMYK Percentages of Color #db7dac

%0
%43
%21
%14

Triadic Colors of #db7dac

#db7dac #acdb7d #7dacdb

Analogous Colors of #db7dac

#db7dac #db7d7d #db7ddb

Monochromatic Colors of #db7dac

#db7dac

Complementary Color

#db7dac #7ddbac

#db7dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db7dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#db7dac Color CSS Codes

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

#db7dac Text Font Color

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

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


#db7dac Background Color

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

This div background color is #db7dac


#db7dac Border Color

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

This div border color is #db7dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db7dac


Comments

No comments written yet.

Please login to write comment.