Color Hex Logo

#db367f Color Hex

#DB367F
(219,54,127)
0 Favorites   0 Comments

Color spaces of #db367f

RGB 21954127
HSL0.930.700.54
HSV333°75°86°
CMYK 0.000.750.42   0.14
XYZ34.363319.230721.9794
Yxy19.23070.45470.2545
Hunter Lab43.852863.13110.9803
CIE-Lab50.956067.5922-1.8812

#db367f color RGB value is (219,54,127).

#db367f hex color red value is 219, green value is 54 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #db367f hue: 0.93 , saturation: 0.70 and the lightness value of db367f is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00110110 01111111
Octal 333 66 177
Decimal 219 54 127
Hex DB 36 7F

RGB Percentages of Color #db367f

%54.75
%13.50
%31.75

CMYK Percentages of Color #db367f

%0
%75
%42
%14

Triadic Colors of #db367f

#db367f #7fdb36 #367fdb

Analogous Colors of #db367f

#db367f #db3f36 #db36d2

Monochromatic Colors of #db367f

#db367f

Complementary Color

#db367f #36db92

#db367f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db367f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db367f Color CSS Codes

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

#db367f Text Font Color

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

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


#db367f Background Color

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

This div background color is #db367f


#db367f Border Color

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

This div border color is #db367f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,54,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 #db367f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db367f


Comments

No comments written yet.

Please login to write comment.