Color Hex Logo

#db385e Color Hex

#DB385E
(219,56,94)
0 Favorites   0 Comments

Color spaces of #db385e

RGB 2195694
HSL0.960.690.54
HSV346°74°86°
CMYK 0.000.740.57   0.14
XYZ32.648018.696612.4777
Yxy18.69660.51150.2929
Hunter Lab43.239659.107013.1583
CIE-Lab50.330364.261117.2174

#db385e color RGB value is (219,56,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00111000 01011110
Octal 333 70 136
Decimal 219 56 94
Hex DB 38 5E

RGB Percentages of Color #db385e

%59.35
%15.18
%25.47

CMYK Percentages of Color #db385e

%0
%74
%57
%14

Triadic Colors of #db385e

#db385e #5edb38 #385edb

Analogous Colors of #db385e

#db385e #db6338 #db38b0

Monochromatic Colors of #db385e

#db385e

Complementary Color

#db385e #38dbb5

#db385e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db385e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db385e Color CSS Codes

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

#db385e Text Font Color

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

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


#db385e Background Color

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

This div background color is #db385e


#db385e Border Color

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

This div border color is #db385e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db385e


Comments

No comments written yet.

Please login to write comment.