Color Hex Logo

#db627f Color Hex

#DB627F
(219,98,127)
0 Favorites   0 Comments

Color spaces of #db627f

RGB 21998127
HSL0.960.630.62
HSV346°55°86°
CMYK 0.000.550.42   0.14
XYZ37.411925.327722.9956
Yxy25.32770.43640.2954
Hunter Lab50.326644.62208.1374
CIE-Lab57.393350.08187.4366

#db627f color RGB value is (219,98,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01100010 01111111
Octal 333 142 177
Decimal 219 98 127
Hex DB 62 7F

RGB Percentages of Color #db627f

%49.32
%22.07
%28.60

CMYK Percentages of Color #db627f

%0
%55
%42
%14

Triadic Colors of #db627f

#db627f #7fdb62 #627fdb

Analogous Colors of #db627f

#db627f #db8262 #db62bc

Monochromatic Colors of #db627f

#db627f

Complementary Color

#db627f #62dbbe

#db627f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db627f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db627f Color CSS Codes

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

#db627f Text Font Color

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

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


#db627f Background Color

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

This div background color is #db627f


#db627f Border Color

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

This div border color is #db627f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db627f


Comments

No comments written yet.

Please login to write comment.