Color Hex Logo

#db385f Color Hex

#DB385F
(219,56,95)
0 Favorites   0 Comments

Color spaces of #db385f

RGB 2195695
HSL0.960.690.54
HSV346°74°86°
CMYK 0.000.740.57   0.14
XYZ32.693118.714612.7156
Yxy18.71460.50980.2919
Hunter Lab43.260459.191912.8550
CIE-Lab50.351664.330516.6406

#db385f color RGB value is (219,56,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00111000 01011111
Octal 333 70 137
Decimal 219 56 95
Hex DB 38 5F

RGB Percentages of Color #db385f

%59.19
%15.14
%25.68

CMYK Percentages of Color #db385f

%0
%74
%57
%14

Triadic Colors of #db385f

#db385f #5fdb38 #385fdb

Analogous Colors of #db385f

#db385f #db6238 #db38b1

Monochromatic Colors of #db385f

#db385f

Complementary Color

#db385f #38dbb4

#db385f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db385f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db385f Color CSS Codes

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

#db385f Text Font Color

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

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


#db385f Background Color

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

This div background color is #db385f


#db385f Border Color

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

This div border color is #db385f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db385f


Comments

No comments written yet.

Please login to write comment.