Color Hex Logo

#db267c Color Hex

#DB267C
(219,38,124)
0 Favorites   0 Comments

Color spaces of #db267c

RGB 21938124
HSL0.920.720.50
HSV331°83°86°
CMYK 0.000.830.43   0.14
XYZ33.544617.901520.7561
Yxy17.90150.46460.2479
Hunter Lab42.310267.47670.5312
CIE-Lab49.376471.5494-2.3864

#db267c color RGB value is (219,38,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00100110 01111100
Octal 333 46 174
Decimal 219 38 124
Hex DB 26 7C

RGB Percentages of Color #db267c

%57.48
%9.97
%32.55

CMYK Percentages of Color #db267c

%0
%83
%43
%14

Triadic Colors of #db267c

#db267c #7cdb26 #267cdb

Analogous Colors of #db267c

#db267c #db2b26 #db26d7

Monochromatic Colors of #db267c

#db267c

Complementary Color

#db267c #26db85

#db267c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db267c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db267c Color CSS Codes

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

#db267c Text Font Color

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

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


#db267c Background Color

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

This div background color is #db267c


#db267c Border Color

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

This div border color is #db267c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db267c


Comments

No comments written yet.

Please login to write comment.