Color Hex Logo

#db225e Color Hex

#DB225E
(219,34,94)
0 Favorites   0 Comments

Color spaces of #db225e

RGB 2193494
HSL0.950.730.50
HSV341°84°86°
CMYK 0.000.840.57   0.14
XYZ31.805817.012312.1970
Yxy17.01230.52130.2788
Hunter Lab41.246065.465411.3393
CIE-Lab48.275570.080714.4086

#db225e color RGB value is (219,34,94).

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

The process color (four color CMYK) of #db225e color hex is 0.00, 0.84, 0.57, 0.14. Web safe color of #db225e is #cc3366. Color #db225e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00100010 01011110
Octal 333 42 136
Decimal 219 34 94
Hex DB 22 5E

RGB Percentages of Color #db225e

%63.11
%9.80
%27.09

CMYK Percentages of Color #db225e

%0
%84
%57
%14

Triadic Colors of #db225e

#db225e #5edb22 #225edb

Analogous Colors of #db225e

#db225e #db4222 #db22bb

Monochromatic Colors of #db225e

#db225e

Complementary Color

#db225e #22db9f

#db225e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db225e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db225e Color CSS Codes

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

#db225e Text Font Color

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

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


#db225e Background Color

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

This div background color is #db225e


#db225e Border Color

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

This div border color is #db225e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db225e


Comments

No comments written yet.

Please login to write comment.