Color Hex Logo

#db79ce Color Hex

#DB79CE
(219,121,206)
0 Favorites   0 Comments

Color spaces of #db79ce

RGB 219121206
HSL0.860.580.67
HSV308°45°86°
CMYK 0.000.450.06   0.14
XYZ47.191433.191062.3118
Yxy33.19100.33070.2326
Hunter Lab57.611645.3943-23.7990
CIE-Lab64.315349.7372-27.5733

#db79ce color RGB value is (219,121,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01111001 11001110
Octal 333 171 316
Decimal 219 121 206
Hex DB 79 CE

RGB Percentages of Color #db79ce

%40.11
%22.16
%37.73

CMYK Percentages of Color #db79ce

%0
%45
%6
%14

Triadic Colors of #db79ce

#db79ce #cedb79 #79cedb

Analogous Colors of #db79ce

#db79ce #db799d #b779db

Monochromatic Colors of #db79ce

#db79ce

Complementary Color

#db79ce #79db86

#db79ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db79ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#db79ce Color CSS Codes

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

#db79ce Text Font Color

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

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


#db79ce Background Color

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

This div background color is #db79ce


#db79ce Border Color

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

This div border color is #db79ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db79ce


Comments

No comments written yet.

Please login to write comment.