Color Hex Logo

#bc26bc Color Hex

#BC26BC
(188,38,188)
0 Favorites   0 Comments

Color spaces of #bc26bc

RGB 18838188
HSL0.830.660.44
HSV300°80°74°
CMYK 0.000.800.00   0.26
XYZ30.509315.708449.0010
Yxy15.70840.32040.1650
Hunter Lab39.633868.0464-45.5591
CIE-Lab46.589672.5655-45.3526

#bc26bc color RGB value is (188,38,188).

#bc26bc hex color red value is 188, green value is 38 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #bc26bc hue: 0.83 , saturation: 0.66 and the lightness value of bc26bc is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00100110 10111100
Octal 274 46 274
Decimal 188 38 188
Hex BC 26 BC

RGB Percentages of Color #bc26bc

%45.41
%9.18
%45.41

CMYK Percentages of Color #bc26bc

%0
%80
%0
%26

Triadic Colors of #bc26bc

#bc26bc #bcbc26 #26bcbc

Analogous Colors of #bc26bc

#bc26bc #bc2671 #7126bc

Monochromatic Colors of #bc26bc

#bc26bc

Complementary Color

#bc26bc #26bc26

#bc26bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc26bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc26bc Color CSS Codes

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

#bc26bc Text Font Color

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

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


#bc26bc Background Color

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

This div background color is #bc26bc


#bc26bc Border Color

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

This div border color is #bc26bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc26bc


Comments

No comments written yet.

Please login to write comment.