Color Hex Logo

#db679d Color Hex

#DB679D
(219,103,157)
0 Favorites   0 Comments

Color spaces of #db679d

RGB 219103157
HSL0.920.620.63
HSV332°53°86°
CMYK 0.000.530.28   0.14
XYZ40.149527.194935.0313
Yxy27.19490.39220.2656
Hunter Lab52.148746.1675-3.3244
CIE-Lab59.154351.2197-7.4683

#db679d color RGB value is (219,103,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01100111 10011101
Octal 333 147 235
Decimal 219 103 157
Hex DB 67 9D

RGB Percentages of Color #db679d

%45.72
%21.50
%32.78

CMYK Percentages of Color #db679d

%0
%53
%28
%14

Triadic Colors of #db679d

#db679d #9ddb67 #679ddb

Analogous Colors of #db679d

#db679d #db6b67 #db67d7

Monochromatic Colors of #db679d

#db679d

Complementary Color

#db679d #67dba5

#db679d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db679d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db679d Color CSS Codes

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

#db679d Text Font Color

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

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


#db679d Background Color

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

This div background color is #db679d


#db679d Border Color

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

This div border color is #db679d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db679d


Comments

No comments written yet.

Please login to write comment.