Color Hex Logo

#db374a Color Hex

#DB374A
(219,55,74)
0 Favorites   0 Comments

Color spaces of #db374a

RGB 2195574
HSL0.980.690.54
HSV353°75°86°
CMYK 0.000.750.66   0.14
XYZ31.815618.28698.3314
Yxy18.28690.54450.3130
Hunter Lab42.763257.967618.3830
CIE-Lab49.842363.363228.6130

#db374a color RGB value is (219,55,74).

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

The process color (four color CMYK) of #db374a color hex is 0.00, 0.75, 0.66, 0.14. Web safe color of #db374a is #cc3333. Color #db374a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00110111 01001010
Octal 333 67 112
Decimal 219 55 74
Hex DB 37 4A

RGB Percentages of Color #db374a

%62.93
%15.80
%21.26

CMYK Percentages of Color #db374a

%0
%75
%66
%14

Triadic Colors of #db374a

#db374a #4adb37 #374adb

Analogous Colors of #db374a

#db374a #db7637 #db379c

Monochromatic Colors of #db374a

#db374a

Complementary Color

#db374a #37dbc8

#db374a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db374a Color Preview on White Background

Lorem ipsum dolor sit amet.

#db374a Color CSS Codes

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

#db374a Text Font Color

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

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


#db374a Background Color

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

This div background color is #db374a


#db374a Border Color

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

This div border color is #db374a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db374a


Comments

No comments written yet.

Please login to write comment.