Color Hex Logo

#db267f Color Hex

#DB267F
(219,38,127)
0 Favorites   0 Comments

Color spaces of #db267f

RGB 21938127
HSL0.920.720.50
HSV330°83°86°
CMYK 0.000.830.42   0.14
XYZ33.737317.978621.7707
Yxy17.97860.45910.2447
Hunter Lab42.401267.8248-0.7614
CIE-Lab49.470171.8207-4.0706

#db267f color RGB value is (219,38,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00100110 01111111
Octal 333 46 177
Decimal 219 38 127
Hex DB 26 7F

RGB Percentages of Color #db267f

%57.03
%9.90
%33.07

CMYK Percentages of Color #db267f

%0
%83
%42
%14

Triadic Colors of #db267f

#db267f #7fdb26 #267fdb

Analogous Colors of #db267f

#db267f #db2826 #db26da

Monochromatic Colors of #db267f

#db267f

Complementary Color

#db267f #26db82

#db267f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db267f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db267f Color CSS Codes

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

#db267f Text Font Color

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

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


#db267f Background Color

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

This div background color is #db267f


#db267f Border Color

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

This div border color is #db267f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db267f


Comments

No comments written yet.

Please login to write comment.