Color Hex Logo

#db697e Color Hex

#DB697E
(219,105,126)
0 Favorites   0 Comments

Color spaces of #db697e

RGB 219105126
HSL0.970.610.64
HSV349°52°86°
CMYK 0.000.520.42   0.14
XYZ38.030926.669622.8820
Yxy26.66960.43420.3045
Hunter Lab51.642641.07729.8794
CIE-Lab58.667346.60069.8295

#db697e color RGB value is (219,105,126).

#db697e hex color red value is 219, green value is 105 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #db697e hue: 0.97 , saturation: 0.61 and the lightness value of db697e is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01101001 01111110
Octal 333 151 176
Decimal 219 105 126
Hex DB 69 7E

RGB Percentages of Color #db697e

%48.67
%23.33
%28.00

CMYK Percentages of Color #db697e

%0
%52
%42
%14

Triadic Colors of #db697e

#db697e #7edb69 #697edb

Analogous Colors of #db697e

#db697e #db8d69 #db69b7

Monochromatic Colors of #db697e

#db697e

Complementary Color

#db697e #69dbc6

#db697e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db697e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db697e Color CSS Codes

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

#db697e Text Font Color

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

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


#db697e Background Color

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

This div background color is #db697e


#db697e Border Color

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

This div border color is #db697e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db697e


Comments

No comments written yet.

Please login to write comment.