Color Hex Logo

#db265e Color Hex

#DB265E
(219,38,94)
0 Favorites   0 Comments

Color spaces of #db265e

RGB 2193894
HSL0.950.720.50
HSV341°83°86°
CMYK 0.000.830.57   0.14
XYZ31.926917.254412.2374
Yxy17.25440.51980.2809
Hunter Lab41.538464.504911.6098
CIE-Lab48.579069.212714.8255

#db265e color RGB value is (219,38,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00100110 01011110
Octal 333 46 136
Decimal 219 38 94
Hex DB 26 5E

RGB Percentages of Color #db265e

%62.39
%10.83
%26.78

CMYK Percentages of Color #db265e

%0
%83
%57
%14

Triadic Colors of #db265e

#db265e #5edb26 #265edb

Analogous Colors of #db265e

#db265e #db4926 #db26b9

Monochromatic Colors of #db265e

#db265e

Complementary Color

#db265e #26dba3

#db265e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db265e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db265e Color CSS Codes

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

#db265e Text Font Color

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

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


#db265e Background Color

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

This div background color is #db265e


#db265e Border Color

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

This div border color is #db265e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db265e


Comments

No comments written yet.

Please login to write comment.