Color Hex Logo

#db134e Color Hex

#DB134E
(219,19,78)
0 Favorites   0 Comments

Color spaces of #db134e

RGB 2191978
HSL0.950.840.47
HSV342°91°86°
CMYK 0.000.910.64   0.14
XYZ30.821416.07598.6862
Yxy16.07590.55450.2892
Hunter Lab40.094867.049615.2216
CIE-Lab47.073971.641222.6514

#db134e color RGB value is (219,19,78).

#db134e hex color red value is 219, green value is 19 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #db134e hue: 0.95 , saturation: 0.84 and the lightness value of db134e is 0.47.

The process color (four color CMYK) of #db134e color hex is 0.00, 0.91, 0.64, 0.14. Web safe color of #db134e is #cc0066. Color #db134e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00010011 01001110
Octal 333 23 116
Decimal 219 19 78
Hex DB 13 4E

RGB Percentages of Color #db134e

%69.30
%6.01
%24.68

CMYK Percentages of Color #db134e

%0
%91
%64
%14

Triadic Colors of #db134e

#db134e #4edb13 #134edb

Analogous Colors of #db134e

#db134e #db3c13 #db13b2

Monochromatic Colors of #db134e

#db134e

Complementary Color

#db134e #13dba0

#db134e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db134e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db134e Color CSS Codes

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

#db134e Text Font Color

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

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


#db134e Background Color

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

This div background color is #db134e


#db134e Border Color

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

This div border color is #db134e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db134e


Comments

No comments written yet.

Please login to write comment.