Color Hex Logo

#db4f7f Color Hex

#DB4F7F
(219,79,127)
0 Favorites   0 Comments

Color spaces of #db4f7f

RGB 21979127
HSL0.940.660.58
HSV339°64°86°
CMYK 0.000.640.42   0.14
XYZ35.840222.184322.4717
Yxy22.18430.44520.2756
Hunter Lab47.100253.40154.6827
CIE-Lab54.222058.54632.8803

#db4f7f color RGB value is (219,79,127).

#db4f7f hex color red value is 219, green value is 79 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #db4f7f hue: 0.94 , saturation: 0.66 and the lightness value of db4f7f is 0.58.

The process color (four color CMYK) of #db4f7f color hex is 0.00, 0.64, 0.42, 0.14. Web safe color of #db4f7f is #cc6666. Color #db4f7f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01001111 01111111
Octal 333 117 177
Decimal 219 79 127
Hex DB 4F 7F

RGB Percentages of Color #db4f7f

%51.53
%18.59
%29.88

CMYK Percentages of Color #db4f7f

%0
%64
%42
%14

Triadic Colors of #db4f7f

#db4f7f #7fdb4f #4f7fdb

Analogous Colors of #db4f7f

#db4f7f #db654f #db4fc5

Monochromatic Colors of #db4f7f

#db4f7f

Complementary Color

#db4f7f #4fdbab

#db4f7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db4f7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db4f7f Color CSS Codes

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

#db4f7f Text Font Color

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

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


#db4f7f Background Color

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

This div background color is #db4f7f


#db4f7f Border Color

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

This div border color is #db4f7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db4f7f


Comments

No comments written yet.

Please login to write comment.