Color Hex Logo

#bc0cb1 Color Hex

#BC0CB1
(188,12,177)
0 Favorites   0 Comments

Color spaces of #bc0cb1

RGB 18812177
HSL0.840.880.39
HSV304°94°74°
CMYK 0.000.940.06   0.26
XYZ28.806314.128642.8038
Yxy14.12860.33600.1648
Hunter Lab37.588071.0178-41.2055
CIE-Lab44.416875.4387-42.3443

#bc0cb1 color RGB value is (188,12,177).

#bc0cb1 hex color red value is 188, green value is 12 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #bc0cb1 hue: 0.84 , saturation: 0.88 and the lightness value of bc0cb1 is 0.39.

The process color (four color CMYK) of #bc0cb1 color hex is 0.00, 0.94, 0.06, 0.26. Web safe color of #bc0cb1 is #cc0099. Color #bc0cb1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00001100 10110001
Octal 274 14 261
Decimal 188 12 177
Hex BC C B1

RGB Percentages of Color #bc0cb1

%49.87
%3.18
%46.95

CMYK Percentages of Color #bc0cb1

%0
%94
%6
%26

Triadic Colors of #bc0cb1

#bc0cb1 #b1bc0c #0cb1bc

Analogous Colors of #bc0cb1

#bc0cb1 #bc0c59 #6f0cbc

Monochromatic Colors of #bc0cb1

#bc0cb1

Complementary Color

#bc0cb1 #0cbc17

#bc0cb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc0cb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc0cb1 Color CSS Codes

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

#bc0cb1 Text Font Color

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

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


#bc0cb1 Background Color

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

This div background color is #bc0cb1


#bc0cb1 Border Color

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

This div border color is #bc0cb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc0cb1


Comments

No comments written yet.

Please login to write comment.