Color Hex Logo

#db277c Color Hex

#DB277C
(219,39,124)
0 Favorites   0 Comments

Color spaces of #db277c

RGB 21939124
HSL0.920.710.51
HSV332°82°86°
CMYK 0.000.820.43   0.14
XYZ33.577017.966320.7669
Yxy17.96630.46430.2485
Hunter Lab42.386767.22380.6222
CIE-Lab49.455271.3235-2.2705

#db277c color RGB value is (219,39,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00100111 01111100
Octal 333 47 174
Decimal 219 39 124
Hex DB 27 7C

RGB Percentages of Color #db277c

%57.33
%10.21
%32.46

CMYK Percentages of Color #db277c

%0
%82
%43
%14

Triadic Colors of #db277c

#db277c #7cdb27 #277cdb

Analogous Colors of #db277c

#db277c #db2c27 #db27d6

Monochromatic Colors of #db277c

#db277c

Complementary Color

#db277c #27db86

#db277c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db277c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db277c Color CSS Codes

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

#db277c Text Font Color

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

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


#db277c Background Color

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

This div background color is #db277c


#db277c Border Color

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

This div border color is #db277c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db277c


Comments

No comments written yet.

Please login to write comment.