Color Hex Logo

#db6cac Color Hex

#DB6CAC
(219,108,172)
0 Favorites   0 Comments

Color spaces of #db6cac

RGB 219108172
HSL0.900.610.64
HSV325°51°86°
CMYK 0.000.510.21   0.14
XYZ42.022428.763842.3669
Yxy28.76380.37140.2542
Hunter Lab53.631946.0050-9.2942
CIE-Lab60.572650.8514-13.9893

#db6cac color RGB value is (219,108,172).

#db6cac hex color red value is 219, green value is 108 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #db6cac hue: 0.90 , saturation: 0.61 and the lightness value of db6cac is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01101100 10101100
Octal 333 154 254
Decimal 219 108 172
Hex DB 6C AC

RGB Percentages of Color #db6cac

%43.89
%21.64
%34.47

CMYK Percentages of Color #db6cac

%0
%51
%21
%14

Triadic Colors of #db6cac

#db6cac #acdb6c #6cacdb

Analogous Colors of #db6cac

#db6cac #db6c75 #d36cdb

Monochromatic Colors of #db6cac

#db6cac

Complementary Color

#db6cac #6cdb9b

#db6cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db6cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#db6cac Color CSS Codes

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

#db6cac Text Font Color

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

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


#db6cac Background Color

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

This div background color is #db6cac


#db6cac Border Color

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

This div border color is #db6cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db6cac


Comments

No comments written yet.

Please login to write comment.