Color Hex Logo

#db637c Color Hex

#DB637C
(219,99,124)
0 Favorites   0 Comments

Color spaces of #db637c

RGB 21999124
HSL0.970.630.62
HSV348°55°86°
CMYK 0.000.550.43   0.14
XYZ37.313325.439022.0124
Yxy25.43900.44020.3001
Hunter Lab50.437143.78929.4299
CIE-Lab57.500749.29699.3440

#db637c color RGB value is (219,99,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01100011 01111100
Octal 333 143 174
Decimal 219 99 124
Hex DB 63 7C

RGB Percentages of Color #db637c

%49.55
%22.40
%28.05

CMYK Percentages of Color #db637c

%0
%55
%43
%14

Triadic Colors of #db637c

#db637c #7cdb63 #637cdb

Analogous Colors of #db637c

#db637c #db8663 #db63b8

Monochromatic Colors of #db637c

#db637c

Complementary Color

#db637c #63dbc2

#db637c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db637c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db637c Color CSS Codes

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

#db637c Text Font Color

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

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


#db637c Background Color

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

This div background color is #db637c


#db637c Border Color

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

This div border color is #db637c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db637c


Comments

No comments written yet.

Please login to write comment.