Color Hex Logo

#db274d Color Hex

#DB274D
(219,39,77)
0 Favorites   0 Comments

Color spaces of #db274d

RGB 2193977
HSL0.960.710.51
HSV347°82°86°
CMYK 0.000.820.65   0.14
XYZ31.278517.04698.6630
Yxy17.04690.54890.2991
Hunter Lab41.287962.972616.4613
CIE-Lab48.319167.964024.8750

#db274d color RGB value is (219,39,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00100111 01001101
Octal 333 47 115
Decimal 219 39 77
Hex DB 27 4D

RGB Percentages of Color #db274d

%65.37
%11.64
%22.99

CMYK Percentages of Color #db274d

%0
%82
%65
%14

Triadic Colors of #db274d

#db274d #4ddb27 #274ddb

Analogous Colors of #db274d

#db274d #db5b27 #db27a7

Monochromatic Colors of #db274d

#db274d

Complementary Color

#db274d #27dbb5

#db274d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db274d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db274d Color CSS Codes

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

#db274d Text Font Color

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

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


#db274d Background Color

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

This div background color is #db274d


#db274d Border Color

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

This div border color is #db274d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db274d


Comments

No comments written yet.

Please login to write comment.