Color Hex Logo

#db225c Color Hex

#DB225C
(219,34,92)
0 Favorites   0 Comments

Color spaces of #db225c

RGB 2193492
HSL0.950.730.50
HSV341°84°86°
CMYK 0.000.840.58   0.14
XYZ31.717216.976811.7304
Yxy16.97680.52490.2810
Hunter Lab41.202965.300711.9623
CIE-Lab48.230869.950915.5769

#db225c color RGB value is (219,34,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00100010 01011100
Octal 333 42 134
Decimal 219 34 92
Hex DB 22 5C

RGB Percentages of Color #db225c

%63.48
%9.86
%26.67

CMYK Percentages of Color #db225c

%0
%84
%58
%14

Triadic Colors of #db225c

#db225c #5cdb22 #225cdb

Analogous Colors of #db225c

#db225c #db4422 #db22b9

Monochromatic Colors of #db225c

#db225c

Complementary Color

#db225c #22dba1

#db225c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db225c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db225c Color CSS Codes

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

#db225c Text Font Color

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

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


#db225c Background Color

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

This div background color is #db225c


#db225c Border Color

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

This div border color is #db225c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,34,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 #db225c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db225c


Comments

No comments written yet.

Please login to write comment.