Color Hex Logo

#bc2fbc Color Hex

#BC2FBC
(188,47,188)
0 Favorites   0 Comments

Color spaces of #bc2fbc

RGB 18847188
HSL0.830.600.46
HSV300°75°74°
CMYK 0.000.750.00   0.26
XYZ30.832716.355249.1088
Yxy16.35520.32020.1698
Hunter Lab40.441665.3159-43.6876
CIE-Lab47.437170.1178-44.0037

#bc2fbc color RGB value is (188,47,188).

#bc2fbc hex color red value is 188, green value is 47 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #bc2fbc hue: 0.83 , saturation: 0.60 and the lightness value of bc2fbc is 0.46.

The process color (four color CMYK) of #bc2fbc color hex is 0.00, 0.75, 0.00, 0.26. Web safe color of #bc2fbc is #cc33cc. Color #bc2fbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00101111 10111100
Octal 274 57 274
Decimal 188 47 188
Hex BC 2F BC

RGB Percentages of Color #bc2fbc

%44.44
%11.11
%44.44

CMYK Percentages of Color #bc2fbc

%0
%75
%0
%26

Triadic Colors of #bc2fbc

#bc2fbc #bcbc2f #2fbcbc

Analogous Colors of #bc2fbc

#bc2fbc #bc2f76 #762fbc

Monochromatic Colors of #bc2fbc

#bc2fbc

Complementary Color

#bc2fbc #2fbc2f

#bc2fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc2fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc2fbc Color CSS Codes

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

#bc2fbc Text Font Color

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

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


#bc2fbc Background Color

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

This div background color is #bc2fbc


#bc2fbc Border Color

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

This div border color is #bc2fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc2fbc


Comments

No comments written yet.

Please login to write comment.