Color Hex Logo

#db1cbe Color Hex

#DB1CBE
(219,28,190)
0 Favorites   0 Comments

Color spaces of #db1cbe

RGB 21928190
HSL0.860.770.48
HSV309°87°86°
CMYK 0.000.870.13   0.14
XYZ38.922919.608350.4485
Yxy19.60830.35720.1799
Hunter Lab44.281379.4080-36.5507
CIE-Lab51.391480.8203-38.5681

#db1cbe color RGB value is (219,28,190).

#db1cbe hex color red value is 219, green value is 28 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #db1cbe hue: 0.86 , saturation: 0.77 and the lightness value of db1cbe is 0.48.

The process color (four color CMYK) of #db1cbe color hex is 0.00, 0.87, 0.13, 0.14. Web safe color of #db1cbe is #cc33cc. Color #db1cbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00011100 10111110
Octal 333 34 276
Decimal 219 28 190
Hex DB 1C BE

RGB Percentages of Color #db1cbe

%50.11
%6.41
%43.48

CMYK Percentages of Color #db1cbe

%0
%87
%13
%14

Triadic Colors of #db1cbe

#db1cbe #bedb1c #1cbedb

Analogous Colors of #db1cbe

#db1cbe #db1c5e #991cdb

Monochromatic Colors of #db1cbe

#db1cbe

Complementary Color

#db1cbe #1cdb39

#db1cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db1cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#db1cbe Color CSS Codes

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

#db1cbe Text Font Color

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

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


#db1cbe Background Color

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

This div background color is #db1cbe


#db1cbe Border Color

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

This div border color is #db1cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db1cbe


Comments

No comments written yet.

Please login to write comment.