Color Hex Logo

#bc50db Color Hex

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

Color spaces of #bc50db

RGB 18880219
HSL0.800.660.59
HSV287°63°86°
CMYK 0.140.630.00   0.14
XYZ36.393921.543269.2579
Yxy21.54320.28610.1694
Hunter Lab46.414758.7369-55.9797
CIE-Lab53.538963.3413-52.1071

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

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

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

Base Numbers

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

RGB Percentages of Color #bc50db

%38.60
%16.43
%44.97

CMYK Percentages of Color #bc50db

%14
%63
%0
%14

Triadic Colors of #bc50db

#bc50db #dbbc50 #50dbbc

Analogous Colors of #bc50db

#bc50db #db50b5 #7750db

Monochromatic Colors of #bc50db

#bc50db

Complementary Color

#bc50db #6fdb50

#bc50db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc50db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc50db Color CSS Codes

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

#bc50db Text Font Color

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

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


#bc50db Background Color

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

This div background color is #bc50db


#bc50db Border Color

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

This div border color is #bc50db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc50db


Comments

No comments written yet.

Please login to write comment.