Color Hex Logo

#db648f Color Hex

#DB648F
(219,100,143)
0 Favorites   0 Comments

Color spaces of #db648f

RGB 219100143
HSL0.940.620.63
HSV338°54°86°
CMYK 0.000.540.35   0.14
XYZ38.728526.157628.9943
Yxy26.15760.41250.2786
Hunter Lab51.144545.66392.1891
CIE-Lab58.186350.9127-0.7636

#db648f color RGB value is (219,100,143).

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

The process color (four color CMYK) of #db648f color hex is 0.00, 0.54, 0.35, 0.14. Web safe color of #db648f is #cc6699. Color #db648f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01100100 10001111
Octal 333 144 217
Decimal 219 100 143
Hex DB 64 8F

RGB Percentages of Color #db648f

%47.40
%21.65
%30.95

CMYK Percentages of Color #db648f

%0
%54
%35
%14

Triadic Colors of #db648f

#db648f #8fdb64 #648fdb

Analogous Colors of #db648f

#db648f #db7564 #db64cb

Monochromatic Colors of #db648f

#db648f

Complementary Color

#db648f #64dbb0

#db648f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db648f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db648f Color CSS Codes

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

#db648f Text Font Color

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

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


#db648f Background Color

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

This div background color is #db648f


#db648f Border Color

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

This div border color is #db648f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db648f


Comments

No comments written yet.

Please login to write comment.