Color Hex Logo

#db1072 Color Hex

#DB1072
(219,16,114)
0 Favorites   0 Comments

Color spaces of #db1072

RGB 21916114
HSL0.920.860.46
HSV331°93°86°
CMYK 0.000.930.48   0.14
XYZ32.436016.645617.4229
Yxy16.64560.48770.2503
Hunter Lab40.799070.51263.2400
CIE-Lab47.810474.36351.4378

#db1072 color RGB value is (219,16,114).

#db1072 hex color red value is 219, green value is 16 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #db1072 hue: 0.92 , saturation: 0.86 and the lightness value of db1072 is 0.46.

The process color (four color CMYK) of #db1072 color hex is 0.00, 0.93, 0.48, 0.14. Web safe color of #db1072 is #cc0066. Color #db1072 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00010000 01110010
Octal 333 20 162
Decimal 219 16 114
Hex DB 10 72

RGB Percentages of Color #db1072

%62.75
%4.58
%32.66

CMYK Percentages of Color #db1072

%0
%93
%48
%14

Triadic Colors of #db1072

#db1072 #72db10 #1072db

Analogous Colors of #db1072

#db1072 #db1310 #db10d8

Monochromatic Colors of #db1072

#db1072

Complementary Color

#db1072 #10db79

#db1072 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db1072 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db1072 Color CSS Codes

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

#db1072 Text Font Color

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

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


#db1072 Background Color

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

This div background color is #db1072


#db1072 Border Color

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

This div border color is #db1072


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db1072


Comments

No comments written yet.

Please login to write comment.