Color Hex Logo

#db457e Color Hex

#DB457E
(219,69,126)
0 Favorites   0 Comments

Color spaces of #db457e

RGB 21969126
HSL0.940.680.56
HSV337°68°86°
CMYK 0.000.680.42   0.14
XYZ35.107420.822721.9075
Yxy20.82270.45100.2675
Hunter Lab45.631957.47513.4777
CIE-Lab52.754962.39121.3483

#db457e color RGB value is (219,69,126).

#db457e hex color red value is 219, green value is 69 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #db457e hue: 0.94 , saturation: 0.68 and the lightness value of db457e is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000101 01111110
Octal 333 105 176
Decimal 219 69 126
Hex DB 45 7E

RGB Percentages of Color #db457e

%52.90
%16.67
%30.43

CMYK Percentages of Color #db457e

%0
%68
%42
%14

Triadic Colors of #db457e

#db457e #7edb45 #457edb

Analogous Colors of #db457e

#db457e #db5745 #db45c9

Monochromatic Colors of #db457e

#db457e

Complementary Color

#db457e #45dba2

#db457e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db457e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db457e Color CSS Codes

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

#db457e Text Font Color

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

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


#db457e Background Color

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

This div background color is #db457e


#db457e Border Color

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

This div border color is #db457e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db457e


Comments

No comments written yet.

Please login to write comment.