Color Hex Logo

#bc21cf Color Hex

#BC21CF
(188,33,207)
0 Favorites   0 Comments

Color spaces of #bc21cf

RGB 18833207
HSL0.820.730.47
HSV293°84°81°
CMYK 0.090.840.00   0.19
XYZ32.545416.284160.4593
Yxy16.28410.29780.1490
Hunter Lab40.353673.3426-60.5831
CIE-Lab47.345076.7615-55.1702

#bc21cf color RGB value is (188,33,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00100001 11001111
Octal 274 41 317
Decimal 188 33 207
Hex BC 21 CF

RGB Percentages of Color #bc21cf

%43.93
%7.71
%48.36

CMYK Percentages of Color #bc21cf

%9
%84
%0
%19

Triadic Colors of #bc21cf

#bc21cf #cfbc21 #21cfbc

Analogous Colors of #bc21cf

#bc21cf #cf218b #6521cf

Monochromatic Colors of #bc21cf

#bc21cf

Complementary Color

#bc21cf #34cf21

#bc21cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc21cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc21cf Color CSS Codes

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

#bc21cf Text Font Color

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

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


#bc21cf Background Color

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

This div background color is #bc21cf


#bc21cf Border Color

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

This div border color is #bc21cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc21cf


Comments

No comments written yet.

Please login to write comment.