Color Hex Logo

#db2292 Color Hex

#DB2292
(219,34,146)
0 Favorites   0 Comments

Color spaces of #db2292

RGB 21934146
HSL0.900.730.50
HSV324°84°86°
CMYK 0.000.840.33   0.14
XYZ34.973818.279428.8791
Yxy18.27940.42580.2226
Hunter Lab42.754471.1956-10.1202
CIE-Lab49.833374.5288-14.9948

#db2292 color RGB value is (219,34,146).

#db2292 hex color red value is 219, green value is 34 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #db2292 hue: 0.90 , saturation: 0.73 and the lightness value of db2292 is 0.50.

The process color (four color CMYK) of #db2292 color hex is 0.00, 0.84, 0.33, 0.14. Web safe color of #db2292 is #cc3399. Color #db2292 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00100010 10010010
Octal 333 42 222
Decimal 219 34 146
Hex DB 22 92

RGB Percentages of Color #db2292

%54.89
%8.52
%36.59

CMYK Percentages of Color #db2292

%0
%84
%33
%14

Triadic Colors of #db2292

#db2292 #92db22 #2292db

Analogous Colors of #db2292

#db2292 #db2236 #c822db

Monochromatic Colors of #db2292

#db2292

Complementary Color

#db2292 #22db6b

#db2292 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db2292 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db2292 Color CSS Codes

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

#db2292 Text Font Color

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

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


#db2292 Background Color

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

This div background color is #db2292


#db2292 Border Color

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

This div border color is #db2292


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db2292


Comments

No comments written yet.

Please login to write comment.