Color Hex Logo

#bc34cb Color Hex

#BC34CB
(188,52,203)
0 Favorites   0 Comments

Color spaces of #bc34cb

RGB 18852203
HSL0.820.590.50
HSV294°74°80°
CMYK 0.070.740.00   0.20
XYZ32.746517.459158.1439
Yxy17.45910.30220.1611
Hunter Lab41.784166.7696-53.2551
CIE-Lab48.833471.0653-50.4783

#bc34cb color RGB value is (188,52,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00110100 11001011
Octal 274 64 313
Decimal 188 52 203
Hex BC 34 CB

RGB Percentages of Color #bc34cb

%42.44
%11.74
%45.82

CMYK Percentages of Color #bc34cb

%7
%74
%0
%20

Triadic Colors of #bc34cb

#bc34cb #cbbc34 #34cbbc

Analogous Colors of #bc34cb

#bc34cb #cb348f #7134cb

Monochromatic Colors of #bc34cb

#bc34cb

Complementary Color

#bc34cb #43cb34

#bc34cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc34cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc34cb Color CSS Codes

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

#bc34cb Text Font Color

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

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


#bc34cb Background Color

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

This div background color is #bc34cb


#bc34cb Border Color

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

This div border color is #bc34cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc34cb


Comments

No comments written yet.

Please login to write comment.