Color Hex Logo

#bc2bcb Color Hex

#BC2BCB
(188,43,203)
0 Favorites   0 Comments

Color spaces of #bc2bcb

RGB 18843203
HSL0.820.650.48
HSV294°79°80°
CMYK 0.070.790.00   0.20
XYZ32.382416.730958.0226
Yxy16.73090.30230.1562
Hunter Lab40.903469.7338-55.4721
CIE-Lab47.919273.7019-51.9416

#bc2bcb color RGB value is (188,43,203).

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

The process color (four color CMYK) of #bc2bcb color hex is 0.07, 0.79, 0.00, 0.20. Web safe color of #bc2bcb is #cc33cc. Color #bc2bcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00101011 11001011
Octal 274 53 313
Decimal 188 43 203
Hex BC 2B CB

RGB Percentages of Color #bc2bcb

%43.32
%9.91
%46.77

CMYK Percentages of Color #bc2bcb

%7
%79
%0
%20

Triadic Colors of #bc2bcb

#bc2bcb #cbbc2b #2bcbbc

Analogous Colors of #bc2bcb

#bc2bcb #cb2b8a #6c2bcb

Monochromatic Colors of #bc2bcb

#bc2bcb

Complementary Color

#bc2bcb #3acb2b

#bc2bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc2bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc2bcb Color CSS Codes

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

#bc2bcb Text Font Color

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

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


#bc2bcb Background Color

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

This div background color is #bc2bcb


#bc2bcb Border Color

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

This div border color is #bc2bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc2bcb


Comments

No comments written yet.

Please login to write comment.