Color Hex Logo

#db438e Color Hex

#DB438E
(219,67,142)
0 Favorites   0 Comments

Color spaces of #db438e

RGB 21967142
HSL0.920.680.56
HSV330°69°86°
CMYK 0.000.690.35   0.14
XYZ36.103121.027427.7470
Yxy21.02740.42540.2477
Hunter Lab45.855660.2894-3.7771
CIE-Lab52.979564.7832-7.8687

#db438e color RGB value is (219,67,142).

#db438e hex color red value is 219, green value is 67 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #db438e hue: 0.92 , saturation: 0.68 and the lightness value of db438e is 0.56.

The process color (four color CMYK) of #db438e color hex is 0.00, 0.69, 0.35, 0.14. Web safe color of #db438e is #cc3399. Color #db438e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000011 10001110
Octal 333 103 216
Decimal 219 67 142
Hex DB 43 8E

RGB Percentages of Color #db438e

%51.17
%15.65
%33.18

CMYK Percentages of Color #db438e

%0
%69
%35
%14

Triadic Colors of #db438e

#db438e #8edb43 #438edb

Analogous Colors of #db438e

#db438e #db4443 #db43da

Monochromatic Colors of #db438e

#db438e

Complementary Color

#db438e #43db90

#db438e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db438e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db438e Color CSS Codes

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

#db438e Text Font Color

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

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


#db438e Background Color

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

This div background color is #db438e


#db438e Border Color

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

This div border color is #db438e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db438e


Comments

No comments written yet.

Please login to write comment.