Color Hex Logo

#bc026c Color Hex

#BC026C
(188,2,108)
1 Favorites   0 Comments

Color spaces of #bc026c

RGB 1882108
HSL0.910.980.37
HSV326°99°74°
CMYK 0.000.990.43   0.26
XYZ23.467511.817515.2315
Yxy11.81750.46460.2339
Hunter Lab34.376661.6957-2.2065
CIE-Lab40.924668.3101-5.6765

#bc026c color RGB value is (188,2,108).

#bc026c hex color red value is 188, green value is 2 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #bc026c hue: 0.91 , saturation: 0.98 and the lightness value of bc026c is 0.37.

The process color (four color CMYK) of #bc026c color hex is 0.00, 0.99, 0.43, 0.26. Web safe color of #bc026c is #cc0066. Color #bc026c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00000010 01101100
Octal 274 2 154
Decimal 188 2 108
Hex BC 2 6C

RGB Percentages of Color #bc026c

%63.09
%0.67
%36.24

CMYK Percentages of Color #bc026c

%0
%99
%43
%26

Triadic Colors of #bc026c

#bc026c #6cbc02 #026cbc

Analogous Colors of #bc026c

#bc026c #bc020f #af02bc

Monochromatic Colors of #bc026c

#bc026c

Complementary Color

#bc026c #02bc52

#bc026c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc026c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc026c Color CSS Codes

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

#bc026c Text Font Color

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

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


#bc026c Background Color

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

This div background color is #bc026c


#bc026c Border Color

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

This div border color is #bc026c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc026c


Comments

No comments written yet.

Please login to write comment.