Color Hex Logo

#bc036e Color Hex

#BC036E
(188,3,110)
0 Favorites   0 Comments

Color spaces of #bc036e

RGB 1883110
HSL0.900.970.37
HSV325°98°74°
CMYK 0.000.980.41   0.26
XYZ23.586111.882315.8022
Yxy11.88230.46000.2318
Hunter Lab34.470761.8124-3.0505
CIE-Lab41.028468.3900-6.7783

#bc036e color RGB value is (188,3,110).

#bc036e hex color red value is 188, green value is 3 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #bc036e hue: 0.90 , saturation: 0.97 and the lightness value of bc036e is 0.37.

The process color (four color CMYK) of #bc036e color hex is 0.00, 0.98, 0.41, 0.26. Web safe color of #bc036e is #cc0066. Color #bc036e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00000011 01101110
Octal 274 3 156
Decimal 188 3 110
Hex BC 3 6E

RGB Percentages of Color #bc036e

%62.46
%1.00
%36.54

CMYK Percentages of Color #bc036e

%0
%98
%41
%26

Triadic Colors of #bc036e

#bc036e #6ebc03 #036ebc

Analogous Colors of #bc036e

#bc036e #bc0311 #ae03bc

Monochromatic Colors of #bc036e

#bc036e

Complementary Color

#bc036e #03bc51

#bc036e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc036e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc036e Color CSS Codes

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

#bc036e Text Font Color

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

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


#bc036e Background Color

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

This div background color is #bc036e


#bc036e Border Color

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

This div border color is #bc036e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc036e


Comments

No comments written yet.

Please login to write comment.