Color Hex Logo

#bc39ec Color Hex

#BC39EC
(188,57,236)
0 Favorites   0 Comments

Color spaces of #bc39ec

RGB 18857236
HSL0.790.820.57
HSV284°76°93°
CMYK 0.200.760.00   0.07
XYZ37.342519.673781.1861
Yxy19.67370.27020.1424
Hunter Lab44.355072.6578-77.4740
CIE-Lab51.466375.4027-65.0371

#bc39ec color RGB value is (188,57,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00111001 11101100
Octal 274 71 354
Decimal 188 57 236
Hex BC 39 EC

RGB Percentages of Color #bc39ec

%39.09
%11.85
%49.06

CMYK Percentages of Color #bc39ec

%20
%76
%0
%7

Triadic Colors of #bc39ec

#bc39ec #ecbc39 #39ecbc

Analogous Colors of #bc39ec

#bc39ec #ec39c3 #6339ec

Monochromatic Colors of #bc39ec

#bc39ec

Complementary Color

#bc39ec #69ec39

#bc39ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc39ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc39ec Color CSS Codes

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

#bc39ec Text Font Color

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

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


#bc39ec Background Color

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

This div background color is #bc39ec


#bc39ec Border Color

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

This div border color is #bc39ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc39ec


Comments

No comments written yet.

Please login to write comment.