Color Hex Logo

#db397e Color Hex

#DB397E
(219,57,126)
0 Favorites   0 Comments

Color spaces of #db397e

RGB 21957126
HSL0.930.690.54
HSV334°74°86°
CMYK 0.000.740.42   0.14
XYZ34.442419.492721.6858
Yxy19.49270.45550.2578
Hunter Lab44.150561.98671.7834
CIE-Lab51.258766.5606-0.8346

#db397e color RGB value is (219,57,126).

#db397e hex color red value is 219, green value is 57 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #db397e hue: 0.93 , saturation: 0.69 and the lightness value of db397e is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00111001 01111110
Octal 333 71 176
Decimal 219 57 126
Hex DB 39 7E

RGB Percentages of Color #db397e

%54.48
%14.18
%31.34

CMYK Percentages of Color #db397e

%0
%74
%42
%14

Triadic Colors of #db397e

#db397e #7edb39 #397edb

Analogous Colors of #db397e

#db397e #db4539 #db39cf

Monochromatic Colors of #db397e

#db397e

Complementary Color

#db397e #39db96

#db397e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db397e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db397e Color CSS Codes

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

#db397e Text Font Color

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

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


#db397e Background Color

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

This div background color is #db397e


#db397e Border Color

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

This div border color is #db397e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db397e


Comments

No comments written yet.

Please login to write comment.