Color Hex Logo

#db6094 Color Hex

#DB6094
(219,96,148)
0 Favorites   0 Comments

Color spaces of #db6094

RGB 21996148
HSL0.930.630.62
HSV335°56°86°
CMYK 0.000.560.32   0.14
XYZ38.741625.563930.9094
Yxy25.56390.40690.2685
Hunter Lab50.560848.2923-0.8533
CIE-Lab57.620853.3923-4.5115

#db6094 color RGB value is (219,96,148).

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

The process color (four color CMYK) of #db6094 color hex is 0.00, 0.56, 0.32, 0.14. Web safe color of #db6094 is #cc6699. Color #db6094 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01100000 10010100
Octal 333 140 224
Decimal 219 96 148
Hex DB 60 94

RGB Percentages of Color #db6094

%47.30
%20.73
%31.97

CMYK Percentages of Color #db6094

%0
%56
%32
%14

Triadic Colors of #db6094

#db6094 #94db60 #6094db

Analogous Colors of #db6094

#db6094 #db6a60 #db60d2

Monochromatic Colors of #db6094

#db6094

Complementary Color

#db6094 #60dba7

#db6094 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db6094 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db6094 Color CSS Codes

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

#db6094 Text Font Color

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

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


#db6094 Background Color

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

This div background color is #db6094


#db6094 Border Color

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

This div border color is #db6094


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db6094


Comments

No comments written yet.

Please login to write comment.