Color Hex Logo

#bc21ce Color Hex

#BC21CE
(188,33,206)
0 Favorites   0 Comments

Color spaces of #bc21ce

RGB 18833206
HSL0.820.720.47
HSV294°84°81°
CMYK 0.090.840.00   0.19
XYZ32.423516.235359.8173
Yxy16.23530.29890.1497
Hunter Lab40.293173.1247-59.8142
CIE-Lab47.281776.5973-54.6955

#bc21ce color RGB value is (188,33,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00100001 11001110
Octal 274 41 316
Decimal 188 33 206
Hex BC 21 CE

RGB Percentages of Color #bc21ce

%44.03
%7.73
%48.24

CMYK Percentages of Color #bc21ce

%9
%84
%0
%19

Triadic Colors of #bc21ce

#bc21ce #cebc21 #21cebc

Analogous Colors of #bc21ce

#bc21ce #ce218a #6621ce

Monochromatic Colors of #bc21ce

#bc21ce

Complementary Color

#bc21ce #33ce21

#bc21ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc21ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc21ce Color CSS Codes

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

#bc21ce Text Font Color

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

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


#bc21ce Background Color

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

This div background color is #bc21ce


#bc21ce Border Color

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

This div border color is #bc21ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc21ce


Comments

No comments written yet.

Please login to write comment.