Color Hex Logo

#db699d Color Hex

#DB699D
(219,105,157)
0 Favorites   0 Comments

Color spaces of #db699d

RGB 219105157
HSL0.920.610.64
HSV333°52°86°
CMYK 0.000.520.28   0.14
XYZ40.350827.597535.0984
Yxy27.59750.39160.2678
Hunter Lab52.533345.1724-2.8393
CIE-Lab59.523350.2549-6.9194

#db699d color RGB value is (219,105,157).

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

The process color (four color CMYK) of #db699d color hex is 0.00, 0.52, 0.28, 0.14. Web safe color of #db699d is #cc6699. Color #db699d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01101001 10011101
Octal 333 151 235
Decimal 219 105 157
Hex DB 69 9D

RGB Percentages of Color #db699d

%45.53
%21.83
%32.64

CMYK Percentages of Color #db699d

%0
%52
%28
%14

Triadic Colors of #db699d

#db699d #9ddb69 #699ddb

Analogous Colors of #db699d

#db699d #db6e69 #db69d6

Monochromatic Colors of #db699d

#db699d

Complementary Color

#db699d #69dba7

#db699d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db699d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db699d Color CSS Codes

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

#db699d Text Font Color

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

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


#db699d Background Color

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

This div background color is #db699d


#db699d Border Color

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

This div border color is #db699d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db699d


Comments

No comments written yet.

Please login to write comment.