Color Hex Logo

#bc23ce Color Hex

#BC23CE
(188,35,206)
0 Favorites   0 Comments

Color spaces of #bc23ce

RGB 18835206
HSL0.820.710.47
HSV294°83°81°
CMYK 0.090.830.00   0.19
XYZ32.480616.349759.8364
Yxy16.34970.29890.1505
Hunter Lab40.434872.6254-59.4345
CIE-Lab47.430076.1631-54.4573

#bc23ce color RGB value is (188,35,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00100011 11001110
Octal 274 43 316
Decimal 188 35 206
Hex BC 23 CE

RGB Percentages of Color #bc23ce

%43.82
%8.16
%48.02

CMYK Percentages of Color #bc23ce

%9
%83
%0
%19

Triadic Colors of #bc23ce

#bc23ce #cebc23 #23cebc

Analogous Colors of #bc23ce

#bc23ce #ce238b #6723ce

Monochromatic Colors of #bc23ce

#bc23ce

Complementary Color

#bc23ce #35ce23

#bc23ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc23ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc23ce Color CSS Codes

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

#bc23ce Text Font Color

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

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


#bc23ce Background Color

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

This div background color is #bc23ce


#bc23ce Border Color

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

This div border color is #bc23ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc23ce


Comments

No comments written yet.

Please login to write comment.