Color Hex Logo

#db267d Color Hex

#DB267D
(219,38,125)
0 Favorites   0 Comments

Color spaces of #db267d

RGB 21938125
HSL0.920.720.50
HSV331°83°86°
CMYK 0.000.830.43   0.14
XYZ33.608217.927021.0909
Yxy17.92700.46280.2468
Hunter Lab42.340367.59140.1042
CIE-Lab49.407471.6388-2.9485

#db267d color RGB value is (219,38,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00100110 01111101
Octal 333 46 175
Decimal 219 38 125
Hex DB 26 7D

RGB Percentages of Color #db267d

%57.33
%9.95
%32.72

CMYK Percentages of Color #db267d

%0
%83
%43
%14

Triadic Colors of #db267d

#db267d #7ddb26 #267ddb

Analogous Colors of #db267d

#db267d #db2a26 #db26d8

Monochromatic Colors of #db267d

#db267d

Complementary Color

#db267d #26db84

#db267d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db267d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db267d Color CSS Codes

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

#db267d Text Font Color

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

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


#db267d Background Color

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

This div background color is #db267d


#db267d Border Color

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

This div border color is #db267d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db267d


Comments

No comments written yet.

Please login to write comment.