Color Hex Logo

#bc26ce Color Hex

#BC26CE
(188,38,206)
0 Favorites   0 Comments

Color spaces of #bc26ce

RGB 18838206
HSL0.820.690.48
HSV294°82°81°
CMYK 0.090.820.00   0.19
XYZ32.572716.533859.8671
Yxy16.53380.29890.1517
Hunter Lab40.661871.8319-58.8305
CIE-Lab47.667275.4708-54.0763

#bc26ce color RGB value is (188,38,206).

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

The process color (four color CMYK) of #bc26ce color hex is 0.09, 0.82, 0.00, 0.19. Web safe color of #bc26ce is #cc33cc. Color #bc26ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00100110 11001110
Octal 274 46 316
Decimal 188 38 206
Hex BC 26 CE

RGB Percentages of Color #bc26ce

%43.52
%8.80
%47.69

CMYK Percentages of Color #bc26ce

%9
%82
%0
%19

Triadic Colors of #bc26ce

#bc26ce #cebc26 #26cebc

Analogous Colors of #bc26ce

#bc26ce #ce268c #6826ce

Monochromatic Colors of #bc26ce

#bc26ce

Complementary Color

#bc26ce #38ce26

#bc26ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc26ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc26ce Color CSS Codes

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

#bc26ce Text Font Color

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

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


#bc26ce Background Color

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

This div background color is #bc26ce


#bc26ce Border Color

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

This div border color is #bc26ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc26ce


Comments

No comments written yet.

Please login to write comment.