Color Hex Logo

#db3994 Color Hex

#DB3994
(219,57,148)
0 Favorites   0 Comments

Color spaces of #db3994

RGB 21957148
HSL0.910.690.54
HSV326°74°86°
CMYK 0.000.740.32   0.14
XYZ36.021820.124430.0028
Yxy20.12440.41810.2336
Hunter Lab44.860264.8263-8.2514
CIE-Lab51.977668.8297-12.9432

#db3994 color RGB value is (219,57,148).

#db3994 hex color red value is 219, green value is 57 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #db3994 hue: 0.91 , saturation: 0.69 and the lightness value of db3994 is 0.54.

The process color (four color CMYK) of #db3994 color hex is 0.00, 0.74, 0.32, 0.14. Web safe color of #db3994 is #cc3399. Color #db3994 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00111001 10010100
Octal 333 71 224
Decimal 219 57 148
Hex DB 39 94

RGB Percentages of Color #db3994

%51.65
%13.44
%34.91

CMYK Percentages of Color #db3994

%0
%74
%32
%14

Triadic Colors of #db3994

#db3994 #94db39 #3994db

Analogous Colors of #db3994

#db3994 #db3943 #d139db

Monochromatic Colors of #db3994

#db3994

Complementary Color

#db3994 #39db80

#db3994 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db3994 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db3994 Color CSS Codes

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

#db3994 Text Font Color

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

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


#db3994 Background Color

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

This div background color is #db3994


#db3994 Border Color

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

This div border color is #db3994


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db3994


Comments

No comments written yet.

Please login to write comment.