Color Hex Logo

#db66a4 Color Hex

#DB66A4
(219,102,164)
0 Favorites   0 Comments

Color spaces of #db66a4

RGB 219102164
HSL0.910.620.63
HSV328°53°86°
CMYK 0.000.530.25   0.14
XYZ40.665627.243138.2371
Yxy27.24310.38310.2567
Hunter Lab52.194947.7301-6.8984
CIE-Lab59.198752.6291-11.4508

#db66a4 color RGB value is (219,102,164).

#db66a4 hex color red value is 219, green value is 102 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #db66a4 hue: 0.91 , saturation: 0.62 and the lightness value of db66a4 is 0.63.

The process color (four color CMYK) of #db66a4 color hex is 0.00, 0.53, 0.25, 0.14. Web safe color of #db66a4 is #cc6699. Color #db66a4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01100110 10100100
Octal 333 146 244
Decimal 219 102 164
Hex DB 66 A4

RGB Percentages of Color #db66a4

%45.15
%21.03
%33.81

CMYK Percentages of Color #db66a4

%0
%53
%25
%14

Triadic Colors of #db66a4

#db66a4 #a4db66 #66a4db

Analogous Colors of #db66a4

#db66a4 #db666a #d866db

Monochromatic Colors of #db66a4

#db66a4

Complementary Color

#db66a4 #66db9d

#db66a4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db66a4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db66a4 Color CSS Codes

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

#db66a4 Text Font Color

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

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


#db66a4 Background Color

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

This div background color is #db66a4


#db66a4 Border Color

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

This div border color is #db66a4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db66a4


Comments

No comments written yet.

Please login to write comment.