Color Hex Logo

#bc37cf Color Hex

#BC37CF
(188,55,207)
0 Favorites   0 Comments

Color spaces of #bc37cf

RGB 18855207
HSL0.810.610.51
HSV293°73°81°
CMYK 0.090.730.00   0.19
XYZ33.367717.928760.7334
Yxy17.92870.29780.1600
Hunter Lab42.342366.5673-55.4026
CIE-Lab49.409570.7845-51.8588

#bc37cf color RGB value is (188,55,207).

#bc37cf hex color red value is 188, green value is 55 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #bc37cf hue: 0.81 , saturation: 0.61 and the lightness value of bc37cf is 0.51.

The process color (four color CMYK) of #bc37cf color hex is 0.09, 0.73, 0.00, 0.19. Web safe color of #bc37cf is #cc33cc. Color #bc37cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00110111 11001111
Octal 274 67 317
Decimal 188 55 207
Hex BC 37 CF

RGB Percentages of Color #bc37cf

%41.78
%12.22
%46.00

CMYK Percentages of Color #bc37cf

%9
%73
%0
%19

Triadic Colors of #bc37cf

#bc37cf #cfbc37 #37cfbc

Analogous Colors of #bc37cf

#bc37cf #cf3796 #7037cf

Monochromatic Colors of #bc37cf

#bc37cf

Complementary Color

#bc37cf #4acf37

#bc37cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc37cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc37cf Color CSS Codes

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

#bc37cf Text Font Color

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

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


#bc37cf Background Color

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

This div background color is #bc37cf


#bc37cf Border Color

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

This div border color is #bc37cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc37cf


Comments

No comments written yet.

Please login to write comment.