Color Hex Logo

#db1255 Color Hex

#DB1255
(219,18,85)
0 Favorites   0 Comments

Color spaces of #db1255

RGB 2191885
HSL0.940.850.46
HSV340°92°86°
CMYK 0.000.920.61   0.14
XYZ31.069416.148610.0738
Yxy16.14860.54230.2819
Hunter Lab40.185367.683513.2667
CIE-Lab47.168872.150918.4550

#db1255 color RGB value is (219,18,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00010010 01010101
Octal 333 22 125
Decimal 219 18 85
Hex DB 12 55

RGB Percentages of Color #db1255

%68.01
%5.59
%26.40

CMYK Percentages of Color #db1255

%0
%92
%61
%14

Triadic Colors of #db1255

#db1255 #55db12 #1255db

Analogous Colors of #db1255

#db1255 #db3312 #db12ba

Monochromatic Colors of #db1255

#db1255

Complementary Color

#db1255 #12db98

#db1255 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db1255 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db1255 Color CSS Codes

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

#db1255 Text Font Color

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

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


#db1255 Background Color

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

This div background color is #db1255


#db1255 Border Color

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

This div border color is #db1255


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db1255


Comments

No comments written yet.

Please login to write comment.