Color Hex Logo

#bc2fcc Color Hex

#BC2FCC
(188,47,204)
0 Favorites   0 Comments

Color spaces of #bc2fcc

RGB 18847204
HSL0.820.630.49
HSV294°77°80°
CMYK 0.080.770.00   0.20
XYZ32.654617.084058.7032
Yxy17.08400.30110.1575
Hunter Lab41.332868.6899-55.2741
CIE-Lab48.365772.7529-51.8032

#bc2fcc color RGB value is (188,47,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00101111 11001100
Octal 274 57 314
Decimal 188 47 204
Hex BC 2F CC

RGB Percentages of Color #bc2fcc

%42.82
%10.71
%46.47

CMYK Percentages of Color #bc2fcc

%8
%77
%0
%20

Triadic Colors of #bc2fcc

#bc2fcc #ccbc2f #2fccbc

Analogous Colors of #bc2fcc

#bc2fcc #cc2f8e #6e2fcc

Monochromatic Colors of #bc2fcc

#bc2fcc

Complementary Color

#bc2fcc #3fcc2f

#bc2fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc2fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc2fcc Color CSS Codes

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

#bc2fcc Text Font Color

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

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


#bc2fcc Background Color

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

This div background color is #bc2fcc


#bc2fcc Border Color

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

This div border color is #bc2fcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,47,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 #bc2fcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc2fcc


Comments

No comments written yet.

Please login to write comment.