Color Hex Logo

#db6aac Color Hex

#DB6AAC
(219,106,172)
0 Favorites   0 Comments

Color spaces of #db6aac

RGB 219106172
HSL0.900.610.64
HSV325°52°86°
CMYK 0.000.520.21   0.14
XYZ41.813828.346742.2974
Yxy28.34670.37180.2521
Hunter Lab53.241647.0138-9.8334
CIE-Lab60.200751.8232-14.5506

#db6aac color RGB value is (219,106,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01101010 10101100
Octal 333 152 254
Decimal 219 106 172
Hex DB 6A AC

RGB Percentages of Color #db6aac

%44.06
%21.33
%34.61

CMYK Percentages of Color #db6aac

%0
%52
%21
%14

Triadic Colors of #db6aac

#db6aac #acdb6a #6aacdb

Analogous Colors of #db6aac

#db6aac #db6a74 #d26adb

Monochromatic Colors of #db6aac

#db6aac

Complementary Color

#db6aac #6adb99

#db6aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db6aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#db6aac Color CSS Codes

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

#db6aac Text Font Color

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

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


#db6aac Background Color

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

This div background color is #db6aac


#db6aac Border Color

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

This div border color is #db6aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db6aac


Comments

No comments written yet.

Please login to write comment.