Color Hex Logo

#db015c Color Hex

#DB015C
(219,1,92)
0 Favorites   0 Comments

Color spaces of #db015c

RGB 219192
HSL0.930.990.43
HSV335°100°86°
CMYK 0.001.000.58   0.14
XYZ31.156015.854511.5433
Yxy15.85450.53210.2708
Hunter Lab39.817769.989210.6840
CIE-Lab46.783074.133713.5895

#db015c color RGB value is (219,1,92).

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

The process color (four color CMYK) of #db015c color hex is 0.00, 1.00, 0.58, 0.14. Web safe color of #db015c is #cc0066. Color #db015c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00000001 01011100
Octal 333 1 134
Decimal 219 1 92
Hex DB 1 5C

RGB Percentages of Color #db015c

%70.19
%0.32
%29.49

CMYK Percentages of Color #db015c

%0
%100
%58
%14

Triadic Colors of #db015c

#db015c #5cdb01 #015cdb

Analogous Colors of #db015c

#db015c #db1301 #db01c9

Monochromatic Colors of #db015c

#db015c

Complementary Color

#db015c #01db80

#db015c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db015c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db015c Color CSS Codes

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

#db015c Text Font Color

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

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


#db015c Background Color

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

This div background color is #db015c


#db015c Border Color

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

This div border color is #db015c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db015c


Comments

No comments written yet.

Please login to write comment.