Color Hex Logo

#bc04ce Color Hex

#BC04CE
(188,4,206)
0 Favorites   0 Comments

Color spaces of #bc04ce

RGB 1884206
HSL0.820.960.41
HSV295°98°81°
CMYK 0.090.980.00   0.19
XYZ31.923015.234459.6505
Yxy15.23440.29890.1426
Hunter Lab39.031377.6873-63.2895
CIE-Lab45.953680.5149-56.8330

#bc04ce color RGB value is (188,4,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00000100 11001110
Octal 274 4 316
Decimal 188 4 206
Hex BC 4 CE

RGB Percentages of Color #bc04ce

%47.24
%1.01
%51.76

CMYK Percentages of Color #bc04ce

%9
%98
%0
%19

Triadic Colors of #bc04ce

#bc04ce #cebc04 #04cebc

Analogous Colors of #bc04ce

#bc04ce #ce047b #5704ce

Monochromatic Colors of #bc04ce

#bc04ce

Complementary Color

#bc04ce #16ce04

#bc04ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc04ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc04ce Color CSS Codes

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

#bc04ce Text Font Color

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

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


#bc04ce Background Color

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

This div background color is #bc04ce


#bc04ce Border Color

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

This div border color is #bc04ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc04ce


Comments

No comments written yet.

Please login to write comment.