Color Hex Logo

#db626c Color Hex

#DB626C
(219,98,108)
0 Favorites   0 Comments

Color spaces of #db626c

RGB 21998108
HSL0.990.630.62
HSV355°55°86°
CMYK 0.000.550.51   0.14
XYZ36.287924.878117.0767
Yxy24.87810.46380.3180
Hunter Lab49.878042.578414.6155
CIE-Lab56.956548.257817.9309

#db626c color RGB value is (219,98,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01100010 01101100
Octal 333 142 154
Decimal 219 98 108
Hex DB 62 6C

RGB Percentages of Color #db626c

%51.53
%23.06
%25.41

CMYK Percentages of Color #db626c

%0
%55
%51
%14

Triadic Colors of #db626c

#db626c #6cdb62 #626cdb

Analogous Colors of #db626c

#db626c #db9562 #db62a9

Monochromatic Colors of #db626c

#db626c

Complementary Color

#db626c #62dbd1

#db626c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db626c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db626c Color CSS Codes

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

#db626c Text Font Color

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

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


#db626c Background Color

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

This div background color is #db626c


#db626c Border Color

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

This div border color is #db626c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db626c


Comments

No comments written yet.

Please login to write comment.