Color Hex Logo

#db378d Color Hex

#DB378D
(219,55,141)
0 Favorites   0 Comments

Color spaces of #db378d

RGB 21955141
HSL0.910.690.54
HSV329°75°86°
CMYK 0.000.750.36   0.14
XYZ35.387319.715527.1397
Yxy19.71550.43030.2397
Hunter Lab44.402164.5559-5.1580
CIE-Lab51.514068.6907-9.4635

#db378d color RGB value is (219,55,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00110111 10001101
Octal 333 67 215
Decimal 219 55 141
Hex DB 37 8D

RGB Percentages of Color #db378d

%52.77
%13.25
%33.98

CMYK Percentages of Color #db378d

%0
%75
%36
%14

Triadic Colors of #db378d

#db378d #8ddb37 #378ddb

Analogous Colors of #db378d

#db378d #db373b #d737db

Monochromatic Colors of #db378d

#db378d

Complementary Color

#db378d #37db85

#db378d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db378d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db378d Color CSS Codes

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

#db378d Text Font Color

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

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


#db378d Background Color

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

This div background color is #db378d


#db378d Border Color

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

This div border color is #db378d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db378d


Comments

No comments written yet.

Please login to write comment.