Color Hex Logo

#bc29cb Color Hex

#BC29CB
(188,41,203)
0 Favorites   0 Comments

Color spaces of #bc29cb

RGB 18841203
HSL0.820.660.48
HSV294°80°80°
CMYK 0.070.800.00   0.20
XYZ32.311516.589057.9989
Yxy16.58900.30230.1552
Hunter Lab40.729670.3304-55.9182
CIE-Lab47.737974.2280-52.2320

#bc29cb color RGB value is (188,41,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00101001 11001011
Octal 274 51 313
Decimal 188 41 203
Hex BC 29 CB

RGB Percentages of Color #bc29cb

%43.52
%9.49
%46.99

CMYK Percentages of Color #bc29cb

%7
%80
%0
%20

Triadic Colors of #bc29cb

#bc29cb #cbbc29 #29cbbc

Analogous Colors of #bc29cb

#bc29cb #cb2989 #6b29cb

Monochromatic Colors of #bc29cb

#bc29cb

Complementary Color

#bc29cb #38cb29

#bc29cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc29cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc29cb Color CSS Codes

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

#bc29cb Text Font Color

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

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


#bc29cb Background Color

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

This div background color is #bc29cb


#bc29cb Border Color

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

This div border color is #bc29cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc29cb


Comments

No comments written yet.

Please login to write comment.