Color Hex Logo

#db689d Color Hex

#DB689D
(219,104,157)
0 Favorites   0 Comments

Color spaces of #db689d

RGB 219104157
HSL0.920.610.63
HSV332°53°86°
CMYK 0.000.530.28   0.14
XYZ40.249527.395035.0647
Yxy27.39500.39190.2667
Hunter Lab52.340245.6706-3.0824
CIE-Lab59.338250.7383-7.1948

#db689d color RGB value is (219,104,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01101000 10011101
Octal 333 150 235
Decimal 219 104 157
Hex DB 68 9D

RGB Percentages of Color #db689d

%45.63
%21.67
%32.71

CMYK Percentages of Color #db689d

%0
%53
%28
%14

Triadic Colors of #db689d

#db689d #9ddb68 #689ddb

Analogous Colors of #db689d

#db689d #db6d68 #db68d7

Monochromatic Colors of #db689d

#db689d

Complementary Color

#db689d #68dba6

#db689d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db689d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db689d Color CSS Codes

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

#db689d Text Font Color

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

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


#db689d Background Color

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

This div background color is #db689d


#db689d Border Color

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

This div border color is #db689d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,104,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 #db689d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db689d


Comments

No comments written yet.

Please login to write comment.