Color Hex Logo

#db409d Color Hex

#DB409D
(219,64,157)
0 Favorites   0 Comments

Color spaces of #db409d

RGB 21964157
HSL0.900.680.55
HSV324°71°86°
CMYK 0.000.710.28   0.14
XYZ37.132621.161234.0257
Yxy21.16120.40220.2292
Hunter Lab46.001363.5843-11.6540
CIE-Lab53.125567.5636-16.5387

#db409d color RGB value is (219,64,157).

#db409d hex color red value is 219, green value is 64 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #db409d hue: 0.90 , saturation: 0.68 and the lightness value of db409d is 0.55.

The process color (four color CMYK) of #db409d color hex is 0.00, 0.71, 0.28, 0.14. Web safe color of #db409d is #cc3399. Color #db409d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000000 10011101
Octal 333 100 235
Decimal 219 64 157
Hex DB 40 9D

RGB Percentages of Color #db409d

%49.77
%14.55
%35.68

CMYK Percentages of Color #db409d

%0
%71
%28
%14

Triadic Colors of #db409d

#db409d #9ddb40 #409ddb

Analogous Colors of #db409d

#db409d #db4050 #cc40db

Monochromatic Colors of #db409d

#db409d

Complementary Color

#db409d #40db7e

#db409d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db409d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db409d Color CSS Codes

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

#db409d Text Font Color

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

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


#db409d Background Color

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

This div background color is #db409d


#db409d Border Color

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

This div border color is #db409d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db409d


Comments

No comments written yet.

Please login to write comment.