Color Hex Logo

#db274c Color Hex

#DB274C
(219,39,76)
0 Favorites   0 Comments

Color spaces of #db274c

RGB 2193976
HSL0.970.710.51
HSV348°82°86°
CMYK 0.000.820.65   0.14
XYZ31.243417.03298.4784
Yxy17.03290.55050.3001
Hunter Lab41.270962.906016.7095
CIE-Lab48.301567.910725.4600

#db274c color RGB value is (219,39,76).

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

The process color (four color CMYK) of #db274c color hex is 0.00, 0.82, 0.65, 0.14. Web safe color of #db274c is #cc3333. Color #db274c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00100111 01001100
Octal 333 47 114
Decimal 219 39 76
Hex DB 27 4C

RGB Percentages of Color #db274c

%65.57
%11.68
%22.75

CMYK Percentages of Color #db274c

%0
%82
%65
%14

Triadic Colors of #db274c

#db274c #4cdb27 #274cdb

Analogous Colors of #db274c

#db274c #db5c27 #db27a6

Monochromatic Colors of #db274c

#db274c

Complementary Color

#db274c #27dbb6

#db274c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db274c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db274c Color CSS Codes

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

#db274c Text Font Color

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

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


#db274c Background Color

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

This div background color is #db274c


#db274c Border Color

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

This div border color is #db274c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db274c


Comments

No comments written yet.

Please login to write comment.