Color Hex Logo

#db79ba Color Hex

#DB79BA
(219,121,186)
0 Favorites   0 Comments

Color spaces of #db79ba

RGB 219121186
HSL0.890.580.67
HSV320°45°86°
CMYK 0.000.450.15   0.14
XYZ44.913732.280050.3178
Yxy32.28000.35220.2532
Hunter Lab56.815541.6805-12.7385
CIE-Lab63.573646.4588-17.4306

#db79ba color RGB value is (219,121,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01111001 10111010
Octal 333 171 272
Decimal 219 121 186
Hex DB 79 BA

RGB Percentages of Color #db79ba

%41.63
%23.00
%35.36

CMYK Percentages of Color #db79ba

%0
%45
%15
%14

Triadic Colors of #db79ba

#db79ba #badb79 #79badb

Analogous Colors of #db79ba

#db79ba #db7989 #cb79db

Monochromatic Colors of #db79ba

#db79ba

Complementary Color

#db79ba #79db9a

#db79ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db79ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#db79ba Color CSS Codes

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

#db79ba Text Font Color

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

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


#db79ba Background Color

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

This div background color is #db79ba


#db79ba Border Color

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

This div border color is #db79ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db79ba


Comments

No comments written yet.

Please login to write comment.