Color Hex Logo

#db50bc Color Hex

#DB50BC
(219,80,188)
0 Favorites   0 Comments

Color spaces of #db50bc

RGB 21980188
HSL0.870.660.59
HSV313°63°86°
CMYK 0.000.630.14   0.14
XYZ41.159224.428250.1227
Yxy24.42820.35570.2111
Hunter Lab49.424962.1546-25.5297
CIE-Lab56.514065.7192-29.4022

#db50bc color RGB value is (219,80,188).

#db50bc hex color red value is 219, green value is 80 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #db50bc hue: 0.87 , saturation: 0.66 and the lightness value of db50bc is 0.59.

The process color (four color CMYK) of #db50bc color hex is 0.00, 0.63, 0.14, 0.14. Web safe color of #db50bc is #cc66cc. Color #db50bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01010000 10111100
Octal 333 120 274
Decimal 219 80 188
Hex DB 50 BC

RGB Percentages of Color #db50bc

%44.97
%16.43
%38.60

CMYK Percentages of Color #db50bc

%0
%63
%14
%14

Triadic Colors of #db50bc

#db50bc #bcdb50 #50bcdb

Analogous Colors of #db50bc

#db50bc #db5077 #b550db

Monochromatic Colors of #db50bc

#db50bc

Complementary Color

#db50bc #50db6f

#db50bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db50bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#db50bc Color CSS Codes

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

#db50bc Text Font Color

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

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


#db50bc Background Color

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

This div background color is #db50bc


#db50bc Border Color

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

This div border color is #db50bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db50bc


Comments

No comments written yet.

Please login to write comment.