Color Hex Logo

#bc26cc Color Hex

#BC26CC
(188,38,204)
0 Favorites   0 Comments

Color spaces of #bc26cc

RGB 18838204
HSL0.820.690.47
HSV294°81°80°
CMYK 0.080.810.00   0.20
XYZ32.331216.437258.5954
Yxy16.43720.30110.1531
Hunter Lab40.542871.3964-57.3102
CIE-Lab47.542975.1394-53.1221

#bc26cc color RGB value is (188,38,204).

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

The process color (four color CMYK) of #bc26cc color hex is 0.08, 0.81, 0.00, 0.20. Web safe color of #bc26cc is #cc33cc. Color #bc26cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00100110 11001100
Octal 274 46 314
Decimal 188 38 204
Hex BC 26 CC

RGB Percentages of Color #bc26cc

%43.72
%8.84
%47.44

CMYK Percentages of Color #bc26cc

%8
%81
%0
%20

Triadic Colors of #bc26cc

#bc26cc #ccbc26 #26ccbc

Analogous Colors of #bc26cc

#bc26cc #cc2689 #6926cc

Monochromatic Colors of #bc26cc

#bc26cc

Complementary Color

#bc26cc #36cc26

#bc26cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc26cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc26cc Color CSS Codes

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

#bc26cc Text Font Color

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

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


#bc26cc Background Color

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

This div background color is #bc26cc


#bc26cc Border Color

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

This div border color is #bc26cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc26cc


Comments

No comments written yet.

Please login to write comment.