Color Hex Logo

#db0127 Color Hex

#DB0127
(219,1,39)
0 Favorites   0 Comments

Color spaces of #db0127

RGB 219139
HSL0.970.990.43
HSV350°100°86°
CMYK 0.001.000.82   0.14
XYZ29.590515.22833.2992
Yxy15.22830.61500.3165
Hunter Lab39.023567.061022.3038
CIE-Lab45.945371.870744.4509

#db0127 color RGB value is (219,1,39).

#db0127 hex color red value is 219, green value is 1 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #db0127 hue: 0.97 , saturation: 0.99 and the lightness value of db0127 is 0.43.

The process color (four color CMYK) of #db0127 color hex is 0.00, 1.00, 0.82, 0.14. Web safe color of #db0127 is #cc0033. Color #db0127 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00000001 00100111
Octal 333 1 47
Decimal 219 1 39
Hex DB 1 27

RGB Percentages of Color #db0127

%84.56
%0.39
%15.06

CMYK Percentages of Color #db0127

%0
%100
%82
%14

Triadic Colors of #db0127

#db0127 #27db01 #0127db

Analogous Colors of #db0127

#db0127 #db4801 #db0194

Monochromatic Colors of #db0127

#db0127

Complementary Color

#db0127 #01dbb5

#db0127 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db0127 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db0127 Color CSS Codes

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

#db0127 Text Font Color

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

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


#db0127 Background Color

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

This div background color is #db0127


#db0127 Border Color

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

This div border color is #db0127


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db0127


Comments

No comments written yet.

Please login to write comment.