Color Hex Logo

#db396a Color Hex

#DB396A
(219,57,106)
0 Favorites   0 Comments

Color spaces of #db396a

RGB 21957106
HSL0.950.690.54
HSV342°74°86°
CMYK 0.000.740.52   0.14
XYZ33.278119.026915.5543
Yxy19.02690.49040.2804
Hunter Lab43.619859.84519.3918
CIE-Lab50.718764.825610.4815

#db396a color RGB value is (219,57,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00111001 01101010
Octal 333 71 152
Decimal 219 57 106
Hex DB 39 6A

RGB Percentages of Color #db396a

%57.33
%14.92
%27.75

CMYK Percentages of Color #db396a

%0
%74
%52
%14

Triadic Colors of #db396a

#db396a #6adb39 #396adb

Analogous Colors of #db396a

#db396a #db5939 #db39bb

Monochromatic Colors of #db396a

#db396a

Complementary Color

#db396a #39dbaa

#db396a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db396a Color Preview on White Background

Lorem ipsum dolor sit amet.

#db396a Color CSS Codes

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

#db396a Text Font Color

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

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


#db396a Background Color

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

This div background color is #db396a


#db396a Border Color

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

This div border color is #db396a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db396a


Comments

No comments written yet.

Please login to write comment.