Color Hex Logo

#db76ce Color Hex

#DB76CE
(219,118,206)
0 Favorites   0 Comments

Color spaces of #db76ce

RGB 219118206
HSL0.850.580.66
HSV308°46°86°
CMYK 0.000.460.06   0.14
XYZ46.832432.473262.1921
Yxy32.47320.33100.2295
Hunter Lab56.985346.9731-24.8177
CIE-Lab63.732151.2445-28.4724

#db76ce color RGB value is (219,118,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01110110 11001110
Octal 333 166 316
Decimal 219 118 206
Hex DB 76 CE

RGB Percentages of Color #db76ce

%40.33
%21.73
%37.94

CMYK Percentages of Color #db76ce

%0
%46
%6
%14

Triadic Colors of #db76ce

#db76ce #cedb76 #76cedb

Analogous Colors of #db76ce

#db76ce #db769c #b676db

Monochromatic Colors of #db76ce

#db76ce

Complementary Color

#db76ce #76db83

#db76ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db76ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#db76ce Color CSS Codes

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

#db76ce Text Font Color

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

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


#db76ce Background Color

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

This div background color is #db76ce


#db76ce Border Color

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

This div border color is #db76ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,118,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 #db76ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db76ce


Comments

No comments written yet.

Please login to write comment.