Color Hex Logo

#bc2bed Color Hex

#BC2BED
(188,43,237)
0 Favorites   0 Comments

Color spaces of #bc2bed

RGB 18843237
HSL0.790.840.55
HSV285°82°93°
CMYK 0.210.820.00   0.07
XYZ36.889018.533581.7538
Yxy18.53350.26890.1351
Hunter Lab43.050677.6140-82.4574
CIE-Lab50.136979.6443-67.7508

#bc2bed color RGB value is (188,43,237).

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

The process color (four color CMYK) of #bc2bed color hex is 0.21, 0.82, 0.00, 0.07. Web safe color of #bc2bed is #cc33ff. Color #bc2bed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00101011 11101101
Octal 274 53 355
Decimal 188 43 237
Hex BC 2B ED

RGB Percentages of Color #bc2bed

%40.17
%9.19
%50.64

CMYK Percentages of Color #bc2bed

%21
%82
%0
%7

Triadic Colors of #bc2bed

#bc2bed #edbc2b #2bedbc

Analogous Colors of #bc2bed

#bc2bed #ed2bbd #5b2bed

Monochromatic Colors of #bc2bed

#bc2bed

Complementary Color

#bc2bed #5ced2b

#bc2bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc2bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc2bed Color CSS Codes

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

#bc2bed Text Font Color

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

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


#bc2bed Background Color

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

This div background color is #bc2bed


#bc2bed Border Color

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

This div border color is #bc2bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc2bed


Comments

No comments written yet.

Please login to write comment.