Color Hex Logo

#db027c Color Hex

#DB027C
(219,2,124)
0 Favorites   0 Comments

Color spaces of #db027c

RGB 2192124
HSL0.910.980.43
HSV326°99°86°
CMYK 0.000.990.43   0.14
XYZ32.873216.558720.5323
Yxy16.55870.46990.2367
Hunter Lab40.692472.9889-1.4315
CIE-Lab47.699176.4058-4.8631

#db027c color RGB value is (219,2,124).

#db027c hex color red value is 219, green value is 2 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #db027c hue: 0.91 , saturation: 0.98 and the lightness value of db027c is 0.43.

The process color (four color CMYK) of #db027c color hex is 0.00, 0.99, 0.43, 0.14. Web safe color of #db027c is #cc0066. Color #db027c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00000010 01111100
Octal 333 2 174
Decimal 219 2 124
Hex DB 2 7C

RGB Percentages of Color #db027c

%63.48
%0.58
%35.94

CMYK Percentages of Color #db027c

%0
%99
%43
%14

Triadic Colors of #db027c

#db027c #7cdb02 #027cdb

Analogous Colors of #db027c

#db027c #db0210 #ce02db

Monochromatic Colors of #db027c

#db027c

Complementary Color

#db027c #02db61

#db027c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db027c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db027c Color CSS Codes

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

#db027c Text Font Color

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

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


#db027c Background Color

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

This div background color is #db027c


#db027c Border Color

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

This div border color is #db027c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,2,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 #db027c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db027c


Comments

No comments written yet.

Please login to write comment.