Color Hex Logo

#bc1fcf Color Hex

#BC1FCF
(188,31,207)
0 Favorites   0 Comments

Color spaces of #bc1fcf

RGB 18831207
HSL0.820.740.47
HSV294°85°81°
CMYK 0.090.850.00   0.19
XYZ32.491516.176360.4413
Yxy16.17630.29780.1483
Hunter Lab40.219873.8164-60.9457
CIE-Lab47.204977.1722-55.3955

#bc1fcf color RGB value is (188,31,207).

#bc1fcf hex color red value is 188, green value is 31 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #bc1fcf hue: 0.82 , saturation: 0.74 and the lightness value of bc1fcf is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00011111 11001111
Octal 274 37 317
Decimal 188 31 207
Hex BC 1F CF

RGB Percentages of Color #bc1fcf

%44.13
%7.28
%48.59

CMYK Percentages of Color #bc1fcf

%9
%85
%0
%19

Triadic Colors of #bc1fcf

#bc1fcf #cfbc1f #1fcfbc

Analogous Colors of #bc1fcf

#bc1fcf #cf1f8a #641fcf

Monochromatic Colors of #bc1fcf

#bc1fcf

Complementary Color

#bc1fcf #32cf1f

#bc1fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc1fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc1fcf Color CSS Codes

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

#bc1fcf Text Font Color

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

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


#bc1fcf Background Color

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

This div background color is #bc1fcf


#bc1fcf Border Color

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

This div border color is #bc1fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc1fcf


Comments

No comments written yet.

Please login to write comment.