Color Hex Logo

#db244a Color Hex

#DB244A
(219,36,74)
0 Favorites   0 Comments

Color spaces of #db244a

RGB 2193674
HSL0.970.720.50
HSV348°84°86°
CMYK 0.000.840.66   0.14
XYZ31.080316.81628.0863
Yxy16.81620.55520.3004
Hunter Lab41.007663.524817.0139
CIE-Lab48.027668.489626.3252

#db244a color RGB value is (219,36,74).

#db244a hex color red value is 219, green value is 36 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #db244a hue: 0.97 , saturation: 0.72 and the lightness value of db244a is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00100100 01001010
Octal 333 44 112
Decimal 219 36 74
Hex DB 24 4A

RGB Percentages of Color #db244a

%66.57
%10.94
%22.49

CMYK Percentages of Color #db244a

%0
%84
%66
%14

Triadic Colors of #db244a

#db244a #4adb24 #244adb

Analogous Colors of #db244a

#db244a #db5a24 #db24a6

Monochromatic Colors of #db244a

#db244a

Complementary Color

#db244a #24dbb5

#db244a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db244a Color Preview on White Background

Lorem ipsum dolor sit amet.

#db244a Color CSS Codes

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

#db244a Text Font Color

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

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


#db244a Background Color

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

This div background color is #db244a


#db244a Border Color

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

This div border color is #db244a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db244a


Comments

No comments written yet.

Please login to write comment.