Color Hex Logo

#db678e Color Hex

#DB678E
(219,103,142)
0 Favorites   0 Comments

Color spaces of #db678e

RGB 219103142
HSL0.940.620.63
HSV340°53°86°
CMYK 0.000.530.35   0.14
XYZ38.946226.713628.6947
Yxy26.71360.41280.2831
Hunter Lab51.685244.05553.2629
CIE-Lab58.708349.35610.5811

#db678e color RGB value is (219,103,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01100111 10001110
Octal 333 147 216
Decimal 219 103 142
Hex DB 67 8E

RGB Percentages of Color #db678e

%47.20
%22.20
%30.60

CMYK Percentages of Color #db678e

%0
%53
%35
%14

Triadic Colors of #db678e

#db678e #8edb67 #678edb

Analogous Colors of #db678e

#db678e #db7a67 #db67c8

Monochromatic Colors of #db678e

#db678e

Complementary Color

#db678e #67dbb4

#db678e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db678e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db678e Color CSS Codes

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

#db678e Text Font Color

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

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


#db678e Background Color

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

This div background color is #db678e


#db678e Border Color

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

This div border color is #db678e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db678e


Comments

No comments written yet.

Please login to write comment.