Color Hex Logo

#bc3feb Color Hex

#BC3FEB
(188,63,235)
0 Favorites   0 Comments

Color spaces of #bc3feb

RGB 18863235
HSL0.790.810.58
HSV284°73°92°
CMYK 0.200.730.00   0.08
XYZ37.511920.244580.5277
Yxy20.24450.27130.1464
Hunter Lab44.993970.0781-74.6184
CIE-Lab52.112573.1700-63.4312

#bc3feb color RGB value is (188,63,235).

#bc3feb hex color red value is 188, green value is 63 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bc3feb hue: 0.79 , saturation: 0.81 and the lightness value of bc3feb is 0.58.

The process color (four color CMYK) of #bc3feb color hex is 0.20, 0.73, 0.00, 0.08. Web safe color of #bc3feb is #cc33ff. Color #bc3feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00111111 11101011
Octal 274 77 353
Decimal 188 63 235
Hex BC 3F EB

RGB Percentages of Color #bc3feb

%38.68
%12.96
%48.35

CMYK Percentages of Color #bc3feb

%20
%73
%0
%8

Triadic Colors of #bc3feb

#bc3feb #ebbc3f #3febbc

Analogous Colors of #bc3feb

#bc3feb #eb3fc4 #663feb

Monochromatic Colors of #bc3feb

#bc3feb

Complementary Color

#bc3feb #6eeb3f

#bc3feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc3feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc3feb Color CSS Codes

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

#bc3feb Text Font Color

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

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


#bc3feb Background Color

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

This div background color is #bc3feb


#bc3feb Border Color

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

This div border color is #bc3feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc3feb


Comments

No comments written yet.

Please login to write comment.