Color Hex Logo

#bc1bcc Color Hex

#BC1BCC
(188,27,204)
0 Favorites   0 Comments

Color spaces of #bc1bcc

RGB 18827204
HSL0.820.770.45
HSV295°87°80°
CMYK 0.080.870.00   0.20
XYZ32.030115.834958.4950
Yxy15.83490.30110.1489
Hunter Lab39.793174.0396-59.2999
CIE-Lab46.757177.4396-54.3839

#bc1bcc color RGB value is (188,27,204).

#bc1bcc hex color red value is 188, green value is 27 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #bc1bcc hue: 0.82 , saturation: 0.77 and the lightness value of bc1bcc is 0.45.

The process color (four color CMYK) of #bc1bcc color hex is 0.08, 0.87, 0.00, 0.20. Web safe color of #bc1bcc is #cc33cc. Color #bc1bcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00011011 11001100
Octal 274 33 314
Decimal 188 27 204
Hex BC 1B CC

RGB Percentages of Color #bc1bcc

%44.87
%6.44
%48.69

CMYK Percentages of Color #bc1bcc

%8
%87
%0
%20

Triadic Colors of #bc1bcc

#bc1bcc #ccbc1b #1bccbc

Analogous Colors of #bc1bcc

#bc1bcc #cc1b84 #641bcc

Monochromatic Colors of #bc1bcc

#bc1bcc

Complementary Color

#bc1bcc #2bcc1b

#bc1bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc1bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc1bcc Color CSS Codes

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

#bc1bcc Text Font Color

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

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


#bc1bcc Background Color

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

This div background color is #bc1bcc


#bc1bcc Border Color

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

This div border color is #bc1bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc1bcc


Comments

No comments written yet.

Please login to write comment.