Color Hex Logo

#bc35eb Color Hex

#BC35EB
(188,53,235)
0 Favorites   0 Comments

Color spaces of #bc35eb

RGB 18853235
HSL0.790.820.56
HSV285°77°92°
CMYK 0.200.770.00   0.08
XYZ37.007519.235780.3596
Yxy19.23570.27090.1408
Hunter Lab43.858573.8646-77.9329
CIE-Lab50.961876.4787-65.2892

#bc35eb color RGB value is (188,53,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00110101 11101011
Octal 274 65 353
Decimal 188 53 235
Hex BC 35 EB

RGB Percentages of Color #bc35eb

%39.50
%11.13
%49.37

CMYK Percentages of Color #bc35eb

%20
%77
%0
%8

Triadic Colors of #bc35eb

#bc35eb #ebbc35 #35ebbc

Analogous Colors of #bc35eb

#bc35eb #eb35bf #6135eb

Monochromatic Colors of #bc35eb

#bc35eb

Complementary Color

#bc35eb #64eb35

#bc35eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc35eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc35eb Color CSS Codes

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

#bc35eb Text Font Color

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

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


#bc35eb Background Color

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

This div background color is #bc35eb


#bc35eb Border Color

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

This div border color is #bc35eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc35eb


Comments

No comments written yet.

Please login to write comment.