Color Hex Logo

#db749d Color Hex

#DB749D
(219,116,157)
0 Favorites   0 Comments

Color spaces of #db749d

RGB 219116157
HSL0.930.590.66
HSV336°47°86°
CMYK 0.000.470.28   0.14
XYZ41.544629.985235.4964
Yxy29.98520.38820.2802
Hunter Lab54.758739.5973-0.1026
CIE-Lab61.641544.7951-3.7839

#db749d color RGB value is (219,116,157).

#db749d hex color red value is 219, green value is 116 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #db749d hue: 0.93 , saturation: 0.59 and the lightness value of db749d is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01110100 10011101
Octal 333 164 235
Decimal 219 116 157
Hex DB 74 9D

RGB Percentages of Color #db749d

%44.51
%23.58
%31.91

CMYK Percentages of Color #db749d

%0
%47
%28
%14

Triadic Colors of #db749d

#db749d #9ddb74 #749ddb

Analogous Colors of #db749d

#db749d #db7f74 #db74d1

Monochromatic Colors of #db749d

#db749d

Complementary Color

#db749d #74dbb2

#db749d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db749d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db749d Color CSS Codes

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

#db749d Text Font Color

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

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


#db749d Background Color

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

This div background color is #db749d


#db749d Border Color

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

This div border color is #db749d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db749d


Comments

No comments written yet.

Please login to write comment.