Color Hex Logo

#db386e Color Hex

#DB386E
(219,56,110)
0 Favorites   0 Comments

Color spaces of #db386e

RGB 21956110
HSL0.940.690.54
HSV340°74°86°
CMYK 0.000.740.50   0.14
XYZ33.442119.014216.6594
Yxy19.01420.48390.2751
Hunter Lab43.605360.58747.8719
CIE-Lab50.703865.46768.0363

#db386e color RGB value is (219,56,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00111000 01101110
Octal 333 70 156
Decimal 219 56 110
Hex DB 38 6E

RGB Percentages of Color #db386e

%56.88
%14.55
%28.57

CMYK Percentages of Color #db386e

%0
%74
%50
%14

Triadic Colors of #db386e

#db386e #6edb38 #386edb

Analogous Colors of #db386e

#db386e #db5338 #db38c0

Monochromatic Colors of #db386e

#db386e

Complementary Color

#db386e #38dba5

#db386e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db386e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db386e Color CSS Codes

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

#db386e Text Font Color

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

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


#db386e Background Color

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

This div background color is #db386e


#db386e Border Color

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

This div border color is #db386e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db386e


Comments

No comments written yet.

Please login to write comment.