Color Hex Logo

#bc04b8 Color Hex

#BC04B8
(188,4,184)
0 Favorites   0 Comments

Color spaces of #bc04b8

RGB 1884184
HSL0.840.960.38
HSV301°98°74°
CMYK 0.000.980.02   0.26
XYZ29.434214.238946.5444
Yxy14.23890.32630.1578
Hunter Lab37.734573.2009-46.7184
CIE-Lab44.573677.1855-46.2231

#bc04b8 color RGB value is (188,4,184).

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

The process color (four color CMYK) of #bc04b8 color hex is 0.00, 0.98, 0.02, 0.26. Web safe color of #bc04b8 is #cc00cc. Color #bc04b8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00000100 10111000
Octal 274 4 270
Decimal 188 4 184
Hex BC 4 B8

RGB Percentages of Color #bc04b8

%50.00
%1.06
%48.94

CMYK Percentages of Color #bc04b8

%0
%98
%2
%26

Triadic Colors of #bc04b8

#bc04b8 #b8bc04 #04b8bc

Analogous Colors of #bc04b8

#bc04b8 #bc045c #6404bc

Monochromatic Colors of #bc04b8

#bc04b8

Complementary Color

#bc04b8 #04bc08

#bc04b8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc04b8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc04b8 Color CSS Codes

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

#bc04b8 Text Font Color

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

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


#bc04b8 Background Color

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

This div background color is #bc04b8


#bc04b8 Border Color

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

This div border color is #bc04b8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc04b8


Comments

No comments written yet.

Please login to write comment.