Color Hex Logo

#db277d Color Hex

#DB277D
(219,39,125)
0 Favorites   0 Comments

Color spaces of #db277d

RGB 21939125
HSL0.920.710.51
HSV331°82°86°
CMYK 0.000.820.43   0.14
XYZ33.640617.991821.1017
Yxy17.99180.46250.2474
Hunter Lab42.416767.33860.1958
CIE-Lab49.486271.4131-2.8326

#db277d color RGB value is (219,39,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00100111 01111101
Octal 333 47 175
Decimal 219 39 125
Hex DB 27 7D

RGB Percentages of Color #db277d

%57.18
%10.18
%32.64

CMYK Percentages of Color #db277d

%0
%82
%43
%14

Triadic Colors of #db277d

#db277d #7ddb27 #277ddb

Analogous Colors of #db277d

#db277d #db2b27 #db27d7

Monochromatic Colors of #db277d

#db277d

Complementary Color

#db277d #27db85

#db277d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db277d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db277d Color CSS Codes

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

#db277d Text Font Color

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

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


#db277d Background Color

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

This div background color is #db277d


#db277d Border Color

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

This div border color is #db277d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db277d


Comments

No comments written yet.

Please login to write comment.