Color Hex Logo

#db2178 Color Hex

#DB2178
(219,33,120)
0 Favorites   0 Comments

Color spaces of #db2178

RGB 21933120
HSL0.920.740.49
HSV332°85°86°
CMYK 0.000.850.45   0.14
XYZ33.147417.503819.4008
Yxy17.50380.47320.2499
Hunter Lab41.837568.20781.7925
CIE-Lab48.888772.2516-0.6655

#db2178 color RGB value is (219,33,120).

#db2178 hex color red value is 219, green value is 33 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #db2178 hue: 0.92 , saturation: 0.74 and the lightness value of db2178 is 0.49.

The process color (four color CMYK) of #db2178 color hex is 0.00, 0.85, 0.45, 0.14. Web safe color of #db2178 is #cc3366. Color #db2178 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00100001 01111000
Octal 333 41 170
Decimal 219 33 120
Hex DB 21 78

RGB Percentages of Color #db2178

%58.87
%8.87
%32.26

CMYK Percentages of Color #db2178

%0
%85
%45
%14

Triadic Colors of #db2178

#db2178 #78db21 #2178db

Analogous Colors of #db2178

#db2178 #db2721 #db21d5

Monochromatic Colors of #db2178

#db2178

Complementary Color

#db2178 #21db84

#db2178 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db2178 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db2178 Color CSS Codes

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

#db2178 Text Font Color

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

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


#db2178 Background Color

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

This div background color is #db2178


#db2178 Border Color

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

This div border color is #db2178


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db2178


Comments

No comments written yet.

Please login to write comment.