Color Hex Logo

#db276f Color Hex

#DB276F
(219,39,111)
0 Favorites   0 Comments

Color spaces of #db276f

RGB 21939111
HSL0.930.710.51
HSV336°82°86°
CMYK 0.000.820.49   0.14
XYZ32.808217.658816.7182
Yxy17.65880.48830.2628
Hunter Lab42.022465.82155.8277
CIE-Lab49.079670.22395.1103

#db276f color RGB value is (219,39,111).

#db276f hex color red value is 219, green value is 39 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #db276f hue: 0.93 , saturation: 0.71 and the lightness value of db276f is 0.51.

The process color (four color CMYK) of #db276f color hex is 0.00, 0.82, 0.49, 0.14. Web safe color of #db276f is #cc3366. Color #db276f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00100111 01101111
Octal 333 47 157
Decimal 219 39 111
Hex DB 27 6F

RGB Percentages of Color #db276f

%59.35
%10.57
%30.08

CMYK Percentages of Color #db276f

%0
%82
%49
%14

Triadic Colors of #db276f

#db276f #6fdb27 #276fdb

Analogous Colors of #db276f

#db276f #db3927 #db27c9

Monochromatic Colors of #db276f

#db276f

Complementary Color

#db276f #27db93

#db276f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db276f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db276f Color CSS Codes

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

#db276f Text Font Color

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

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


#db276f Background Color

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

This div background color is #db276f


#db276f Border Color

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

This div border color is #db276f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db276f


Comments

No comments written yet.

Please login to write comment.