Color Hex Logo

#db386a Color Hex

#DB386A
(219,56,106)
0 Favorites   0 Comments

Color spaces of #db386a

RGB 21956106
HSL0.950.690.54
HSV342°74°86°
CMYK 0.000.740.52   0.14
XYZ33.229118.929015.5380
Yxy18.92900.49090.2796
Hunter Lab43.507560.19249.2808
CIE-Lab50.604065.146710.3204

#db386a color RGB value is (219,56,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00111000 01101010
Octal 333 70 152
Decimal 219 56 106
Hex DB 38 6A

RGB Percentages of Color #db386a

%57.48
%14.70
%27.82

CMYK Percentages of Color #db386a

%0
%74
%52
%14

Triadic Colors of #db386a

#db386a #6adb38 #386adb

Analogous Colors of #db386a

#db386a #db5738 #db38bc

Monochromatic Colors of #db386a

#db386a

Complementary Color

#db386a #38dba9

#db386a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db386a Color Preview on White Background

Lorem ipsum dolor sit amet.

#db386a Color CSS Codes

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

#db386a Text Font Color

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

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


#db386a Background Color

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

This div background color is #db386a


#db386a Border Color

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

This div border color is #db386a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db386a


Comments

No comments written yet.

Please login to write comment.