Color Hex Logo

#db256e Color Hex

#DB256E
(219,37,110)
0 Favorites   0 Comments

Color spaces of #db256e

RGB 21937110
HSL0.930.720.50
HSV336°83°86°
CMYK 0.000.830.50   0.14
XYZ32.689517.509016.4085
Yxy17.50900.49080.2629
Hunter Lab41.843866.22266.0408
CIE-Lab48.895170.59585.4575

#db256e color RGB value is (219,37,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00100101 01101110
Octal 333 45 156
Decimal 219 37 110
Hex DB 25 6E

RGB Percentages of Color #db256e

%59.84
%10.11
%30.05

CMYK Percentages of Color #db256e

%0
%83
%50
%14

Triadic Colors of #db256e

#db256e #6edb25 #256edb

Analogous Colors of #db256e

#db256e #db3725 #db25c9

Monochromatic Colors of #db256e

#db256e

Complementary Color

#db256e #25db92

#db256e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db256e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db256e Color CSS Codes

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

#db256e Text Font Color

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

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


#db256e Background Color

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

This div background color is #db256e


#db256e Border Color

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

This div border color is #db256e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db256e


Comments

No comments written yet.

Please login to write comment.