Color Hex Logo

#bc2ceb Color Hex

#BC2CEB
(188,44,235)
0 Favorites   0 Comments

Color spaces of #bc2ceb

RGB 18844235
HSL0.790.830.55
HSV285°81°92°
CMYK 0.200.810.00   0.08
XYZ36.635118.490980.2355
Yxy18.49090.27060.1366
Hunter Lab43.001076.8227-80.5283
CIE-Lab50.086279.0242-66.7059

#bc2ceb color RGB value is (188,44,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00101100 11101011
Octal 274 54 353
Decimal 188 44 235
Hex BC 2C EB

RGB Percentages of Color #bc2ceb

%40.26
%9.42
%50.32

CMYK Percentages of Color #bc2ceb

%20
%81
%0
%8

Triadic Colors of #bc2ceb

#bc2ceb #ebbc2c #2cebbc

Analogous Colors of #bc2ceb

#bc2ceb #eb2cbb #5c2ceb

Monochromatic Colors of #bc2ceb

#bc2ceb

Complementary Color

#bc2ceb #5beb2c

#bc2ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc2ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc2ceb Color CSS Codes

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

#bc2ceb Text Font Color

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

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


#bc2ceb Background Color

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

This div background color is #bc2ceb


#bc2ceb Border Color

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

This div border color is #bc2ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc2ceb


Comments

No comments written yet.

Please login to write comment.