Color Hex Logo

#bc4bbc Color Hex

#BC4BBC
(188,75,188)
0 Favorites   0 Comments

Color spaces of #bc4bbc

RGB 18875188
HSL0.830.460.52
HSV300°60°74°
CMYK 0.000.600.00   0.26
XYZ32.332219.354449.6086
Yxy19.35440.31920.1911
Hunter Lab43.993654.1960-36.0617
CIE-Lab51.099359.8139-38.2082

#bc4bbc color RGB value is (188,75,188).

#bc4bbc hex color red value is 188, green value is 75 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #bc4bbc hue: 0.83 , saturation: 0.46 and the lightness value of bc4bbc is 0.52.

The process color (four color CMYK) of #bc4bbc color hex is 0.00, 0.60, 0.00, 0.26. Web safe color of #bc4bbc is #cc33cc. Color #bc4bbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01001011 10111100
Octal 274 113 274
Decimal 188 75 188
Hex BC 4B BC

RGB Percentages of Color #bc4bbc

%41.69
%16.63
%41.69

CMYK Percentages of Color #bc4bbc

%0
%60
%0
%26

Triadic Colors of #bc4bbc

#bc4bbc #bcbc4b #4bbcbc

Analogous Colors of #bc4bbc

#bc4bbc #bc4b84 #844bbc

Monochromatic Colors of #bc4bbc

#bc4bbc

Complementary Color

#bc4bbc #4bbc4b

#bc4bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc4bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc4bbc Color CSS Codes

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

#bc4bbc Text Font Color

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

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


#bc4bbc Background Color

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

This div background color is #bc4bbc


#bc4bbc Border Color

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

This div border color is #bc4bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc4bbc


Comments

No comments written yet.

Please login to write comment.