Color Hex Logo

#db268c Color Hex

#DB268C
(219,38,140)
0 Favorites   0 Comments

Color spaces of #db268c

RGB 21938140
HSL0.910.720.50
HSV326°83°86°
CMYK 0.000.830.36   0.14
XYZ34.640218.339726.5251
Yxy18.33970.43570.2307
Hunter Lab42.824969.4416-6.7459
CIE-Lab49.905673.0743-11.2793

#db268c color RGB value is (219,38,140).

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

The process color (four color CMYK) of #db268c color hex is 0.00, 0.83, 0.36, 0.14. Web safe color of #db268c is #cc3399. Color #db268c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00100110 10001100
Octal 333 46 214
Decimal 219 38 140
Hex DB 26 8C

RGB Percentages of Color #db268c

%55.16
%9.57
%35.26

CMYK Percentages of Color #db268c

%0
%83
%36
%14

Triadic Colors of #db268c

#db268c #8cdb26 #268cdb

Analogous Colors of #db268c

#db268c #db2632 #d026db

Monochromatic Colors of #db268c

#db268c

Complementary Color

#db268c #26db75

#db268c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db268c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db268c Color CSS Codes

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

#db268c Text Font Color

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

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


#db268c Background Color

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

This div background color is #db268c


#db268c Border Color

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

This div border color is #db268c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db268c


Comments

No comments written yet.

Please login to write comment.