Color Hex Logo

#bc2bea Color Hex

#BC2BEA
(188,43,234)
0 Favorites   0 Comments

Color spaces of #bc2bea

RGB 18843234
HSL0.790.820.54
HSV286°82°92°
CMYK 0.200.820.00   0.08
XYZ36.454218.359679.4643
Yxy18.35960.27150.1367
Hunter Lab42.848176.8796-79.9631
CIE-Lab49.929479.1001-66.3956

#bc2bea color RGB value is (188,43,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00101011 11101010
Octal 274 53 352
Decimal 188 43 234
Hex BC 2B EA

RGB Percentages of Color #bc2bea

%40.43
%9.25
%50.32

CMYK Percentages of Color #bc2bea

%20
%82
%0
%8

Triadic Colors of #bc2bea

#bc2bea #eabc2b #2beabc

Analogous Colors of #bc2bea

#bc2bea #ea2bb9 #5c2bea

Monochromatic Colors of #bc2bea

#bc2bea

Complementary Color

#bc2bea #59ea2b

#bc2bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc2bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc2bea Color CSS Codes

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

#bc2bea Text Font Color

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

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


#bc2bea Background Color

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

This div background color is #bc2bea


#bc2bea Border Color

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

This div border color is #bc2bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc2bea


Comments

No comments written yet.

Please login to write comment.