Color Hex Logo

#bc63db Color Hex

#BC63DB
(188,99,219)
0 Favorites   0 Comments

Color spaces of #bc63db

RGB 18899219
HSL0.790.630.62
HSV285°55°86°
CMYK 0.140.550.00   0.14
XYZ37.987124.729569.7890
Yxy24.72950.28670.1866
Hunter Lab49.728849.3283-48.3970
CIE-Lab56.810954.4606-46.9043

#bc63db color RGB value is (188,99,219).

#bc63db hex color red value is 188, green value is 99 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bc63db hue: 0.79 , saturation: 0.63 and the lightness value of bc63db is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01100011 11011011
Octal 274 143 333
Decimal 188 99 219
Hex BC 63 DB

RGB Percentages of Color #bc63db

%37.15
%19.57
%43.28

CMYK Percentages of Color #bc63db

%14
%55
%0
%14

Triadic Colors of #bc63db

#bc63db #dbbc63 #63dbbc

Analogous Colors of #bc63db

#bc63db #db63be #8063db

Monochromatic Colors of #bc63db

#bc63db

Complementary Color

#bc63db #82db63

#bc63db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc63db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc63db Color CSS Codes

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

#bc63db Text Font Color

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

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


#bc63db Background Color

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

This div background color is #bc63db


#bc63db Border Color

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

This div border color is #bc63db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc63db


Comments

No comments written yet.

Please login to write comment.