Color Hex Logo

#db739a Color Hex

#DB739A
(219,115,154)
0 Favorites   0 Comments

Color spaces of #db739a

RGB 219115154
HSL0.940.590.65
HSV338°47°86°
CMYK 0.000.470.30   0.14
XYZ41.176929.654634.1255
Yxy29.65460.39230.2825
Hunter Lab54.456039.67460.9645
CIE-Lab61.355144.9068-2.4824

#db739a color RGB value is (219,115,154).

#db739a hex color red value is 219, green value is 115 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #db739a hue: 0.94 , saturation: 0.59 and the lightness value of db739a is 0.65.

The process color (four color CMYK) of #db739a color hex is 0.00, 0.47, 0.30, 0.14. Web safe color of #db739a is #cc6699. Color #db739a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01110011 10011010
Octal 333 163 232
Decimal 219 115 154
Hex DB 73 9A

RGB Percentages of Color #db739a

%44.88
%23.57
%31.56

CMYK Percentages of Color #db739a

%0
%47
%30
%14

Triadic Colors of #db739a

#db739a #9adb73 #739adb

Analogous Colors of #db739a

#db739a #db8073 #db73ce

Monochromatic Colors of #db739a

#db739a

Complementary Color

#db739a #73dbb4

#db739a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db739a Color Preview on White Background

Lorem ipsum dolor sit amet.

#db739a Color CSS Codes

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

#db739a Text Font Color

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

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


#db739a Background Color

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

This div background color is #db739a


#db739a Border Color

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

This div border color is #db739a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db739a


Comments

No comments written yet.

Please login to write comment.