Color Hex Logo

#db627c Color Hex

#DB627C
(219,98,124)
0 Favorites   0 Comments

Color spaces of #db627c

RGB 21998124
HSL0.960.630.62
HSV347°55°86°
CMYK 0.000.550.43   0.14
XYZ37.219225.250721.9810
Yxy25.25070.44070.2990
Hunter Lab50.250144.27379.2397
CIE-Lab57.318949.77259.0863

#db627c color RGB value is (219,98,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01100010 01111100
Octal 333 142 174
Decimal 219 98 124
Hex DB 62 7C

RGB Percentages of Color #db627c

%49.66
%22.22
%28.12

CMYK Percentages of Color #db627c

%0
%55
%43
%14

Triadic Colors of #db627c

#db627c #7cdb62 #627cdb

Analogous Colors of #db627c

#db627c #db8562 #db62b9

Monochromatic Colors of #db627c

#db627c

Complementary Color

#db627c #62dbc1

#db627c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db627c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db627c Color CSS Codes

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

#db627c Text Font Color

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

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


#db627c Background Color

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

This div background color is #db627c


#db627c Border Color

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

This div border color is #db627c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,98,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 #db627c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db627c


Comments

No comments written yet.

Please login to write comment.