Color Hex Logo

#db777d Color Hex

#DB777D
(219,119,125)
0 Favorites   0 Comments

Color spaces of #db777d

RGB 219119125
HSL0.990.580.66
HSV356°46°86°
CMYK 0.000.460.43   0.14
XYZ39.511929.734423.0588
Yxy29.73440.42810.3221
Hunter Lab54.529333.914913.0985
CIE-Lab61.424439.438314.2777

#db777d color RGB value is (219,119,125).

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

The process color (four color CMYK) of #db777d color hex is 0.00, 0.46, 0.43, 0.14. Web safe color of #db777d is #cc6666. Color #db777d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01110111 01111101
Octal 333 167 175
Decimal 219 119 125
Hex DB 77 7D

RGB Percentages of Color #db777d

%47.30
%25.70
%27.00

CMYK Percentages of Color #db777d

%0
%46
%43
%14

Triadic Colors of #db777d

#db777d #7ddb77 #777ddb

Analogous Colors of #db777d

#db777d #dba377 #db77af

Monochromatic Colors of #db777d

#db777d

Complementary Color

#db777d #77dbd5

#db777d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db777d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db777d Color CSS Codes

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

#db777d Text Font Color

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

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


#db777d Background Color

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

This div background color is #db777d


#db777d Border Color

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

This div border color is #db777d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db777d


Comments

No comments written yet.

Please login to write comment.