Color Hex Logo

#db125e Color Hex

#DB125E
(219,18,94)
0 Favorites   0 Comments

Color spaces of #db125e

RGB 2191894
HSL0.940.850.46
HSV337°92°86°
CMYK 0.000.920.57   0.14
XYZ31.450116.300812.0784
Yxy16.30080.52570.2725
Hunter Lab40.374268.390210.5247
CIE-Lab47.366772.699213.1552

#db125e color RGB value is (219,18,94).

#db125e hex color red value is 219, green value is 18 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #db125e hue: 0.94 , saturation: 0.85 and the lightness value of db125e is 0.46.

The process color (four color CMYK) of #db125e color hex is 0.00, 0.92, 0.57, 0.14. Web safe color of #db125e is #cc0066. Color #db125e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00010010 01011110
Octal 333 22 136
Decimal 219 18 94
Hex DB 12 5E

RGB Percentages of Color #db125e

%66.16
%5.44
%28.40

CMYK Percentages of Color #db125e

%0
%92
%57
%14

Triadic Colors of #db125e

#db125e #5edb12 #125edb

Analogous Colors of #db125e

#db125e #db2b12 #db12c3

Monochromatic Colors of #db125e

#db125e

Complementary Color

#db125e #12db8f

#db125e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db125e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db125e Color CSS Codes

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

#db125e Text Font Color

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

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


#db125e Background Color

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

This div background color is #db125e


#db125e Border Color

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

This div border color is #db125e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db125e


Comments

No comments written yet.

Please login to write comment.