Color Hex Logo

#db278f Color Hex

#DB278F
(219,39,143)
0 Favorites   0 Comments

Color spaces of #db278f

RGB 21939143
HSL0.900.710.51
HSV325°82°86°
CMYK 0.000.820.35   0.14
XYZ34.896918.494327.7171
Yxy18.49430.43030.2280
Hunter Lab43.005069.5871-8.1094
CIE-Lab50.090273.1584-12.8046

#db278f color RGB value is (219,39,143).

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

The process color (four color CMYK) of #db278f color hex is 0.00, 0.82, 0.35, 0.14. Web safe color of #db278f is #cc3399. Color #db278f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00100111 10001111
Octal 333 47 217
Decimal 219 39 143
Hex DB 27 8F

RGB Percentages of Color #db278f

%54.61
%9.73
%35.66

CMYK Percentages of Color #db278f

%0
%82
%35
%14

Triadic Colors of #db278f

#db278f #8fdb27 #278fdb

Analogous Colors of #db278f

#db278f #db2735 #cd27db

Monochromatic Colors of #db278f

#db278f

Complementary Color

#db278f #27db73

#db278f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db278f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db278f Color CSS Codes

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

#db278f Text Font Color

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

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


#db278f Background Color

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

This div background color is #db278f


#db278f Border Color

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

This div border color is #db278f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db278f


Comments

No comments written yet.

Please login to write comment.