Color Hex Logo

#db759f Color Hex

#DB759F
(219,117,159)
0 Favorites   0 Comments

Color spaces of #db759f

RGB 219117159
HSL0.930.590.66
HSV335°47°86°
CMYK 0.000.470.27   0.14
XYZ41.832730.285936.4418
Yxy30.28590.38530.2790
Hunter Lab55.032639.3785-0.7381
CIE-Lab61.900144.5553-4.5493

#db759f color RGB value is (219,117,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01110101 10011111
Octal 333 165 237
Decimal 219 117 159
Hex DB 75 9F

RGB Percentages of Color #db759f

%44.24
%23.64
%32.12

CMYK Percentages of Color #db759f

%0
%47
%27
%14

Triadic Colors of #db759f

#db759f #9fdb75 #759fdb

Analogous Colors of #db759f

#db759f #db7e75 #db75d2

Monochromatic Colors of #db759f

#db759f

Complementary Color

#db759f #75dbb1

#db759f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db759f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db759f Color CSS Codes

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

#db759f Text Font Color

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

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


#db759f Background Color

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

This div background color is #db759f


#db759f Border Color

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

This div border color is #db759f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db759f


Comments

No comments written yet.

Please login to write comment.