Color Hex Logo

#db465e Color Hex

#DB465E
(219,70,94)
0 Favorites   0 Comments

Color spaces of #db465e

RGB 2197094
HSL0.970.670.57
HSV350°68°86°
CMYK 0.000.680.57   0.14
XYZ33.424020.248512.7364
Yxy20.24850.50330.3049
Hunter Lab44.998353.839714.7173
CIE-Lab52.117059.312519.6311

#db465e color RGB value is (219,70,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000110 01011110
Octal 333 106 136
Decimal 219 70 94
Hex DB 46 5E

RGB Percentages of Color #db465e

%57.18
%18.28
%24.54

CMYK Percentages of Color #db465e

%0
%68
%57
%14

Triadic Colors of #db465e

#db465e #5edb46 #465edb

Analogous Colors of #db465e

#db465e #db7946 #db46a9

Monochromatic Colors of #db465e

#db465e

Complementary Color

#db465e #46dbc3

#db465e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db465e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db465e Color CSS Codes

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

#db465e Text Font Color

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

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


#db465e Background Color

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

This div background color is #db465e


#db465e Border Color

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

This div border color is #db465e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db465e


Comments

No comments written yet.

Please login to write comment.