Color Hex Logo

#db658c Color Hex

#DB658C
(219,101,140)
0 Favorites   0 Comments

Color spaces of #db658c

RGB 219101140
HSL0.940.620.63
HSV340°54°86°
CMYK 0.000.540.36   0.14
XYZ38.600726.260927.8453
Yxy26.26090.41640.2833
Hunter Lab51.245444.77613.6553
CIE-Lab58.283950.08411.1272

#db658c color RGB value is (219,101,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01100101 10001100
Octal 333 145 214
Decimal 219 101 140
Hex DB 65 8C

RGB Percentages of Color #db658c

%47.61
%21.96
%30.43

CMYK Percentages of Color #db658c

%0
%54
%36
%14

Triadic Colors of #db658c

#db658c #8cdb65 #658cdb

Analogous Colors of #db658c

#db658c #db7965 #db65c7

Monochromatic Colors of #db658c

#db658c

Complementary Color

#db658c #65dbb4

#db658c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db658c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db658c Color CSS Codes

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

#db658c Text Font Color

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

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


#db658c Background Color

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

This div background color is #db658c


#db658c Border Color

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

This div border color is #db658c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db658c


Comments

No comments written yet.

Please login to write comment.