Color Hex Logo

#db264e Color Hex

#DB264E
(219,38,78)
0 Favorites   0 Comments

Color spaces of #db264e

RGB 2193878
HSL0.960.720.50
HSV347°83°86°
CMYK 0.000.830.64   0.14
XYZ31.281716.99648.8396
Yxy16.99640.54770.2976
Hunter Lab41.226763.294316.1460
CIE-Lab48.255568.249824.1848

#db264e color RGB value is (219,38,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00100110 01001110
Octal 333 46 116
Decimal 219 38 78
Hex DB 26 4E

RGB Percentages of Color #db264e

%65.37
%11.34
%23.28

CMYK Percentages of Color #db264e

%0
%83
%64
%14

Triadic Colors of #db264e

#db264e #4edb26 #264edb

Analogous Colors of #db264e

#db264e #db5926 #db26a9

Monochromatic Colors of #db264e

#db264e

Complementary Color

#db264e #26dbb3

#db264e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db264e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db264e Color CSS Codes

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

#db264e Text Font Color

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

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


#db264e Background Color

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

This div background color is #db264e


#db264e Border Color

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

This div border color is #db264e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db264e


Comments

No comments written yet.

Please login to write comment.