Color Hex Logo

#bc39eb Color Hex

#BC39EB
(188,57,235)
0 Favorites   0 Comments

Color spaces of #bc39eb

RGB 18857235
HSL0.790.820.57
HSV284°76°92°
CMYK 0.200.760.00   0.08
XYZ37.197619.615880.4230
Yxy19.61580.27100.1429
Hunter Lab44.289772.4097-76.6583
CIE-Lab51.400075.2140-64.5813

#bc39eb color RGB value is (188,57,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00111001 11101011
Octal 274 71 353
Decimal 188 57 235
Hex BC 39 EB

RGB Percentages of Color #bc39eb

%39.17
%11.88
%48.96

CMYK Percentages of Color #bc39eb

%20
%76
%0
%8

Triadic Colors of #bc39eb

#bc39eb #ebbc39 #39ebbc

Analogous Colors of #bc39eb

#bc39eb #eb39c1 #6339eb

Monochromatic Colors of #bc39eb

#bc39eb

Complementary Color

#bc39eb #68eb39

#bc39eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc39eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc39eb Color CSS Codes

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

#bc39eb Text Font Color

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

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


#bc39eb Background Color

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

This div background color is #bc39eb


#bc39eb Border Color

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

This div border color is #bc39eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc39eb


Comments

No comments written yet.

Please login to write comment.