Color Hex Logo

#bc5fef Color Hex

#BC5FEF
(188,95,239)
0 Favorites   0 Comments

Color spaces of #bc5fef

RGB 18895239
HSL0.770.820.65
HSV279°60°94°
CMYK 0.210.600.00   0.06
XYZ40.411225.107884.3777
Yxy25.10780.26960.1675
Hunter Lab50.107756.2695-64.7647
CIE-Lab57.180360.5416-57.5313

#bc5fef color RGB value is (188,95,239).

#bc5fef hex color red value is 188, green value is 95 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #bc5fef hue: 0.77 , saturation: 0.82 and the lightness value of bc5fef is 0.65.

The process color (four color CMYK) of #bc5fef color hex is 0.21, 0.60, 0.00, 0.06. Web safe color of #bc5fef is #cc66ff. Color #bc5fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01011111 11101111
Octal 274 137 357
Decimal 188 95 239
Hex BC 5F EF

RGB Percentages of Color #bc5fef

%36.02
%18.20
%45.79

CMYK Percentages of Color #bc5fef

%21
%60
%0
%6

Triadic Colors of #bc5fef

#bc5fef #efbc5f #5fefbc

Analogous Colors of #bc5fef

#bc5fef #ef5fda #745fef

Monochromatic Colors of #bc5fef

#bc5fef

Complementary Color

#bc5fef #92ef5f

#bc5fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc5fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc5fef Color CSS Codes

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

#bc5fef Text Font Color

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

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


#bc5fef Background Color

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

This div background color is #bc5fef


#bc5fef Border Color

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

This div border color is #bc5fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc5fef


Comments

No comments written yet.

Please login to write comment.