Color Hex Logo

#bc08ce Color Hex

#BC08CE
(188,8,206)
0 Favorites   0 Comments

Color spaces of #bc08ce

RGB 1888206
HSL0.820.930.42
HSV295°96°81°
CMYK 0.090.960.00   0.19
XYZ31.966415.321359.6650
Yxy15.32130.29890.1433
Hunter Lab39.142477.2761-62.9763
CIE-Lab46.071280.1656-56.6435

#bc08ce color RGB value is (188,8,206).

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

The process color (four color CMYK) of #bc08ce color hex is 0.09, 0.96, 0.00, 0.19. Web safe color of #bc08ce is #cc00cc. Color #bc08ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00001000 11001110
Octal 274 10 316
Decimal 188 8 206
Hex BC 8 CE

RGB Percentages of Color #bc08ce

%46.77
%1.99
%51.24

CMYK Percentages of Color #bc08ce

%9
%96
%0
%19

Triadic Colors of #bc08ce

#bc08ce #cebc08 #08cebc

Analogous Colors of #bc08ce

#bc08ce #ce087d #5908ce

Monochromatic Colors of #bc08ce

#bc08ce

Complementary Color

#bc08ce #1ace08

#bc08ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc08ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc08ce Color CSS Codes

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

#bc08ce Text Font Color

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

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


#bc08ce Background Color

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

This div background color is #bc08ce


#bc08ce Border Color

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

This div border color is #bc08ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc08ce


Comments

No comments written yet.

Please login to write comment.