Color Hex Logo

#bc5fce Color Hex

#BC5FCE
(188,95,206)
0 Favorites   0 Comments

Color spaces of #bc5fce

RGB 18895206
HSL0.810.530.59
HSV290°54°81°
CMYK 0.090.540.00   0.19
XYZ35.971823.332061.0001
Yxy23.33200.29900.1939
Hunter Lab48.303248.3998-41.0626
CIE-Lab55.412753.8557-41.7492

#bc5fce color RGB value is (188,95,206).

#bc5fce hex color red value is 188, green value is 95 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #bc5fce hue: 0.81 , saturation: 0.53 and the lightness value of bc5fce is 0.59.

The process color (four color CMYK) of #bc5fce color hex is 0.09, 0.54, 0.00, 0.19. Web safe color of #bc5fce is #cc66cc. Color #bc5fce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01011111 11001110
Octal 274 137 316
Decimal 188 95 206
Hex BC 5F CE

RGB Percentages of Color #bc5fce

%38.45
%19.43
%42.13

CMYK Percentages of Color #bc5fce

%9
%54
%0
%19

Triadic Colors of #bc5fce

#bc5fce #cebc5f #5fcebc

Analogous Colors of #bc5fce

#bc5fce #ce5fa9 #855fce

Monochromatic Colors of #bc5fce

#bc5fce

Complementary Color

#bc5fce #71ce5f

#bc5fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc5fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc5fce Color CSS Codes

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

#bc5fce Text Font Color

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

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


#bc5fce Background Color

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

This div background color is #bc5fce


#bc5fce Border Color

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

This div border color is #bc5fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc5fce


Comments

No comments written yet.

Please login to write comment.