Color Hex Logo

#db626e Color Hex

#DB626E
(219,98,110)
0 Favorites   0 Comments

Color spaces of #db626e

RGB 21998110
HSL0.980.630.62
HSV354°55°86°
CMYK 0.000.550.50   0.14
XYZ36.395624.921217.6439
Yxy24.92120.46090.3156
Hunter Lab49.921142.775613.9896
CIE-Lab56.998648.434816.8224

#db626e color RGB value is (219,98,110).

#db626e hex color red value is 219, green value is 98 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #db626e hue: 0.98 , saturation: 0.63 and the lightness value of db626e is 0.62.

The process color (four color CMYK) of #db626e color hex is 0.00, 0.55, 0.50, 0.14. Web safe color of #db626e is #cc6666. Color #db626e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01100010 01101110
Octal 333 142 156
Decimal 219 98 110
Hex DB 62 6E

RGB Percentages of Color #db626e

%51.29
%22.95
%25.76

CMYK Percentages of Color #db626e

%0
%55
%50
%14

Triadic Colors of #db626e

#db626e #6edb62 #626edb

Analogous Colors of #db626e

#db626e #db9362 #db62ab

Monochromatic Colors of #db626e

#db626e

Complementary Color

#db626e #62dbcf

#db626e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db626e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db626e Color CSS Codes

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

#db626e Text Font Color

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

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


#db626e Background Color

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

This div background color is #db626e


#db626e Border Color

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

This div border color is #db626e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db626e


Comments

No comments written yet.

Please login to write comment.