Color Hex Logo

#db245f Color Hex

#DB245F
(219,36,95)
0 Favorites   0 Comments

Color spaces of #db245f

RGB 2193695
HSL0.950.720.50
HSV341°84°86°
CMYK 0.000.840.57   0.14
XYZ31.909917.148012.4545
Yxy17.14800.51880.2788
Hunter Lab41.410165.081111.1551
CIE-Lab48.446069.724314.0288

#db245f color RGB value is (219,36,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00100100 01011111
Octal 333 44 137
Decimal 219 36 95
Hex DB 24 5F

RGB Percentages of Color #db245f

%62.57
%10.29
%27.14

CMYK Percentages of Color #db245f

%0
%84
%57
%14

Triadic Colors of #db245f

#db245f #5fdb24 #245fdb

Analogous Colors of #db245f

#db245f #db4424 #db24bb

Monochromatic Colors of #db245f

#db245f

Complementary Color

#db245f #24dba0

#db245f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db245f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db245f Color CSS Codes

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

#db245f Text Font Color

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

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


#db245f Background Color

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

This div background color is #db245f


#db245f Border Color

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

This div border color is #db245f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db245f


Comments

No comments written yet.

Please login to write comment.