Color Hex Logo

#db375e Color Hex

#DB375E
(219,55,94)
0 Favorites   0 Comments

Color spaces of #db375e

RGB 2195594
HSL0.960.690.54
HSV346°75°86°
CMYK 0.000.750.57   0.14
XYZ32.600018.600612.4617
Yxy18.60060.51210.2922
Hunter Lab43.128459.450313.0584
CIE-Lab50.216664.579517.0629

#db375e color RGB value is (219,55,94).

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

The process color (four color CMYK) of #db375e color hex is 0.00, 0.75, 0.57, 0.14. Web safe color of #db375e is #cc3366. Color #db375e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00110111 01011110
Octal 333 67 136
Decimal 219 55 94
Hex DB 37 5E

RGB Percentages of Color #db375e

%59.51
%14.95
%25.54

CMYK Percentages of Color #db375e

%0
%75
%57
%14

Triadic Colors of #db375e

#db375e #5edb37 #375edb

Analogous Colors of #db375e

#db375e #db6237 #db37b0

Monochromatic Colors of #db375e

#db375e

Complementary Color

#db375e #37dbb4

#db375e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db375e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db375e Color CSS Codes

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

#db375e Text Font Color

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

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


#db375e Background Color

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

This div background color is #db375e


#db375e Border Color

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

This div border color is #db375e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db375e


Comments

No comments written yet.

Please login to write comment.