Color Hex Logo

#db77ce Color Hex

#DB77CE
(219,119,206)
0 Favorites   0 Comments

Color spaces of #db77ce

RGB 219119206
HSL0.860.580.66
HSV308°46°86°
CMYK 0.000.460.06   0.14
XYZ46.950832.710062.2316
Yxy32.71000.33090.2305
Hunter Lab57.192746.4477-24.4789
CIE-Lab63.925450.7436-28.1742

#db77ce color RGB value is (219,119,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01110111 11001110
Octal 333 167 316
Decimal 219 119 206
Hex DB 77 CE

RGB Percentages of Color #db77ce

%40.26
%21.88
%37.87

CMYK Percentages of Color #db77ce

%0
%46
%6
%14

Triadic Colors of #db77ce

#db77ce #cedb77 #77cedb

Analogous Colors of #db77ce

#db77ce #db779c #b677db

Monochromatic Colors of #db77ce

#db77ce

Complementary Color

#db77ce #77db84

#db77ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db77ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#db77ce Color CSS Codes

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

#db77ce Text Font Color

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

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


#db77ce Background Color

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

This div background color is #db77ce


#db77ce Border Color

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

This div border color is #db77ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db77ce


Comments

No comments written yet.

Please login to write comment.