Color Hex Logo

#db256f Color Hex

#DB256F
(219,37,111)
0 Favorites   0 Comments

Color spaces of #db256f

RGB 21937111
HSL0.930.720.50
HSV336°83°86°
CMYK 0.000.830.49   0.14
XYZ32.744217.530916.6969
Yxy17.53090.48890.2618
Hunter Lab41.869966.32285.6653
CIE-Lab48.922170.67454.8842

#db256f color RGB value is (219,37,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00100101 01101111
Octal 333 45 157
Decimal 219 37 111
Hex DB 25 6F

RGB Percentages of Color #db256f

%59.67
%10.08
%30.25

CMYK Percentages of Color #db256f

%0
%83
%49
%14

Triadic Colors of #db256f

#db256f #6fdb25 #256fdb

Analogous Colors of #db256f

#db256f #db3625 #db25ca

Monochromatic Colors of #db256f

#db256f

Complementary Color

#db256f #25db91

#db256f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db256f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db256f Color CSS Codes

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

#db256f Text Font Color

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

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


#db256f Background Color

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

This div background color is #db256f


#db256f Border Color

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

This div border color is #db256f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db256f


Comments

No comments written yet.

Please login to write comment.