Color Hex Logo

#db4663 Color Hex

#DB4663
(219,70,99)
0 Favorites   0 Comments

Color spaces of #db4663

RGB 2197099
HSL0.970.670.57
HSV348°68°86°
CMYK 0.000.680.55   0.14
XYZ33.655720.341213.9568
Yxy20.34120.49530.2993
Hunter Lab45.101254.274213.2233
CIE-Lab52.220859.678816.7807

#db4663 color RGB value is (219,70,99).

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

The process color (four color CMYK) of #db4663 color hex is 0.00, 0.68, 0.55, 0.14. Web safe color of #db4663 is #cc3366. Color #db4663 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000110 01100011
Octal 333 106 143
Decimal 219 70 99
Hex DB 46 63

RGB Percentages of Color #db4663

%56.44
%18.04
%25.52

CMYK Percentages of Color #db4663

%0
%68
%55
%14

Triadic Colors of #db4663

#db4663 #63db46 #4663db

Analogous Colors of #db4663

#db4663 #db7446 #db46ae

Monochromatic Colors of #db4663

#db4663

Complementary Color

#db4663 #46dbbe

#db4663 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db4663 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db4663 Color CSS Codes

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

#db4663 Text Font Color

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

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


#db4663 Background Color

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

This div background color is #db4663


#db4663 Border Color

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

This div border color is #db4663


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db4663


Comments

No comments written yet.

Please login to write comment.