Color Hex Logo

#db386d Color Hex

#DB386D
(219,56,109)
0 Favorites   0 Comments

Color spaces of #db386d

RGB 21956109
HSL0.950.690.54
HSV340°74°86°
CMYK 0.000.740.50   0.14
XYZ33.387918.992516.3742
Yxy18.99250.48560.2762
Hunter Lab43.580460.48718.2296
CIE-Lab50.678465.38628.6065

#db386d color RGB value is (219,56,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00111000 01101101
Octal 333 70 155
Decimal 219 56 109
Hex DB 38 6D

RGB Percentages of Color #db386d

%57.03
%14.58
%28.39

CMYK Percentages of Color #db386d

%0
%74
%50
%14

Triadic Colors of #db386d

#db386d #6ddb38 #386ddb

Analogous Colors of #db386d

#db386d #db5438 #db38bf

Monochromatic Colors of #db386d

#db386d

Complementary Color

#db386d #38dba6

#db386d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db386d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db386d Color CSS Codes

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

#db386d Text Font Color

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

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


#db386d Background Color

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

This div background color is #db386d


#db386d Border Color

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

This div border color is #db386d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db386d


Comments

No comments written yet.

Please login to write comment.