Color Hex Logo

#bc28ce Color Hex

#BC28CE
(188,40,206)
0 Favorites   0 Comments

Color spaces of #bc28ce

RGB 18840206
HSL0.820.670.48
HSV293°81°81°
CMYK 0.090.810.00   0.19
XYZ32.638416.665259.8890
Yxy16.66520.29890.1526
Hunter Lab40.823071.2721-58.4046
CIE-Lab47.835474.9808-53.8063

#bc28ce color RGB value is (188,40,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00101000 11001110
Octal 274 50 316
Decimal 188 40 206
Hex BC 28 CE

RGB Percentages of Color #bc28ce

%43.32
%9.22
%47.47

CMYK Percentages of Color #bc28ce

%9
%81
%0
%19

Triadic Colors of #bc28ce

#bc28ce #cebc28 #28cebc

Analogous Colors of #bc28ce

#bc28ce #ce288d #6928ce

Monochromatic Colors of #bc28ce

#bc28ce

Complementary Color

#bc28ce #3ace28

#bc28ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc28ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc28ce Color CSS Codes

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

#bc28ce Text Font Color

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

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


#bc28ce Background Color

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

This div background color is #bc28ce


#bc28ce Border Color

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

This div border color is #bc28ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc28ce


Comments

No comments written yet.

Please login to write comment.