Color Hex Logo

#db379a Color Hex

#DB379A
(219,55,154)
0 Favorites   0 Comments

Color spaces of #db379a

RGB 21955154
HSL0.900.690.54
HSV324°75°86°
CMYK 0.000.750.30   0.14
XYZ36.412320.125532.5373
Yxy20.12550.40880.2259
Hunter Lab44.861566.3740-11.5991
CIE-Lab51.978870.1272-16.5072

#db379a color RGB value is (219,55,154).

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

The process color (four color CMYK) of #db379a color hex is 0.00, 0.75, 0.30, 0.14. Web safe color of #db379a is #cc3399. Color #db379a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00110111 10011010
Octal 333 67 232
Decimal 219 55 154
Hex DB 37 9A

RGB Percentages of Color #db379a

%51.17
%12.85
%35.98

CMYK Percentages of Color #db379a

%0
%75
%30
%14

Triadic Colors of #db379a

#db379a #9adb37 #379adb

Analogous Colors of #db379a

#db379a #db3748 #ca37db

Monochromatic Colors of #db379a

#db379a

Complementary Color

#db379a #37db78

#db379a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db379a Color Preview on White Background

Lorem ipsum dolor sit amet.

#db379a Color CSS Codes

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

#db379a Text Font Color

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

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


#db379a Background Color

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

This div background color is #db379a


#db379a Border Color

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

This div border color is #db379a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db379a


Comments

No comments written yet.

Please login to write comment.