Color Hex Logo

#bc2bbc Color Hex

#BC2BBC
(188,43,188)
0 Favorites   0 Comments

Color spaces of #bc2bbc

RGB 18843188
HSL0.830.630.45
HSV300°77°74°
CMYK 0.000.770.00   0.26
XYZ30.680016.050049.0579
Yxy16.05000.32030.1676
Hunter Lab40.062566.5868-44.5590
CIE-Lab47.040071.2612-44.6353

#bc2bbc color RGB value is (188,43,188).

#bc2bbc hex color red value is 188, green value is 43 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #bc2bbc hue: 0.83 , saturation: 0.63 and the lightness value of bc2bbc is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00101011 10111100
Octal 274 53 274
Decimal 188 43 188
Hex BC 2B BC

RGB Percentages of Color #bc2bbc

%44.87
%10.26
%44.87

CMYK Percentages of Color #bc2bbc

%0
%77
%0
%26

Triadic Colors of #bc2bbc

#bc2bbc #bcbc2b #2bbcbc

Analogous Colors of #bc2bbc

#bc2bbc #bc2b74 #742bbc

Monochromatic Colors of #bc2bbc

#bc2bbc

Complementary Color

#bc2bbc #2bbc2b

#bc2bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc2bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc2bbc Color CSS Codes

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

#bc2bbc Text Font Color

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

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


#bc2bbc Background Color

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

This div background color is #bc2bbc


#bc2bbc Border Color

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

This div border color is #bc2bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc2bbc


Comments

No comments written yet.

Please login to write comment.