Color Hex Logo

#db609d Color Hex

#DB609D
(219,96,157)
0 Favorites   0 Comments

Color spaces of #db609d

RGB 21996157
HSL0.920.630.62
HSV330°56°86°
CMYK 0.000.560.28   0.14
XYZ39.482125.860134.8089
Yxy25.86010.39420.2582
Hunter Lab50.852849.5948-4.9872
CIE-Lab57.904054.5184-9.3333

#db609d color RGB value is (219,96,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01100000 10011101
Octal 333 140 235
Decimal 219 96 157
Hex DB 60 9D

RGB Percentages of Color #db609d

%46.40
%20.34
%33.26

CMYK Percentages of Color #db609d

%0
%56
%28
%14

Triadic Colors of #db609d

#db609d #9ddb60 #609ddb

Analogous Colors of #db609d

#db609d #db6160 #db60db

Monochromatic Colors of #db609d

#db609d

Complementary Color

#db609d #60db9e

#db609d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db609d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db609d Color CSS Codes

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

#db609d Text Font Color

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

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


#db609d Background Color

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

This div background color is #db609d


#db609d Border Color

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

This div border color is #db609d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db609d


Comments

No comments written yet.

Please login to write comment.