Color Hex Logo

#db77cc Color Hex

#DB77CC
(219,119,204)
0 Favorites   0 Comments

Color spaces of #db77cc

RGB 219119204
HSL0.860.580.66
HSV309°46°86°
CMYK 0.000.460.07   0.14
XYZ46.709332.613460.9599
Yxy32.61340.33300.2325
Hunter Lab57.108146.0576-23.3132
CIE-Lab63.846650.4043-27.1716

#db77cc color RGB value is (219,119,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01110111 11001100
Octal 333 167 314
Decimal 219 119 204
Hex DB 77 CC

RGB Percentages of Color #db77cc

%40.41
%21.96
%37.64

CMYK Percentages of Color #db77cc

%0
%46
%7
%14

Triadic Colors of #db77cc

#db77cc #ccdb77 #77ccdb

Analogous Colors of #db77cc

#db77cc #db779a #b877db

Monochromatic Colors of #db77cc

#db77cc

Complementary Color

#db77cc #77db86

#db77cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db77cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#db77cc Color CSS Codes

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

#db77cc Text Font Color

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

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


#db77cc Background Color

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

This div background color is #db77cc


#db77cc Border Color

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

This div border color is #db77cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db77cc


Comments

No comments written yet.

Please login to write comment.