Color Hex Logo

#db79bf Color Hex

#DB79BF
(219,121,191)
0 Favorites   0 Comments

Color spaces of #db79bf

RGB 219121191
HSL0.880.580.67
HSV317°45°86°
CMYK 0.000.450.13   0.14
XYZ45.454832.496453.1669
Yxy32.49640.34670.2478
Hunter Lab57.005642.5715-15.3935
CIE-Lab63.751047.2518-19.9897

#db79bf color RGB value is (219,121,191).

#db79bf hex color red value is 219, green value is 121 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #db79bf hue: 0.88 , saturation: 0.58 and the lightness value of db79bf is 0.67.

The process color (four color CMYK) of #db79bf color hex is 0.00, 0.45, 0.13, 0.14. Web safe color of #db79bf is #cc66cc. Color #db79bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01111001 10111111
Octal 333 171 277
Decimal 219 121 191
Hex DB 79 BF

RGB Percentages of Color #db79bf

%41.24
%22.79
%35.97

CMYK Percentages of Color #db79bf

%0
%45
%13
%14

Triadic Colors of #db79bf

#db79bf #bfdb79 #79bfdb

Analogous Colors of #db79bf

#db79bf #db798e #c679db

Monochromatic Colors of #db79bf

#db79bf

Complementary Color

#db79bf #79db95

#db79bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db79bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#db79bf Color CSS Codes

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

#db79bf Text Font Color

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

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


#db79bf Background Color

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

This div background color is #db79bf


#db79bf Border Color

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

This div border color is #db79bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db79bf


Comments

No comments written yet.

Please login to write comment.