Color Hex Logo

#bc4fef Color Hex

#BC4FEF
(188,79,239)
0 Favorites   0 Comments

Color spaces of #bc4fef

RGB 18879239
HSL0.780.830.62
HSV281°67°94°
CMYK 0.210.670.00   0.06
XYZ39.115022.515383.9457
Yxy22.51530.26870.1547
Hunter Lab47.450364.1060-71.6765
CIE-Lab54.569567.7314-61.7186

#bc4fef color RGB value is (188,79,239).

#bc4fef hex color red value is 188, green value is 79 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #bc4fef hue: 0.78 , saturation: 0.83 and the lightness value of bc4fef is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01001111 11101111
Octal 274 117 357
Decimal 188 79 239
Hex BC 4F EF

RGB Percentages of Color #bc4fef

%37.15
%15.61
%47.23

CMYK Percentages of Color #bc4fef

%21
%67
%0
%6

Triadic Colors of #bc4fef

#bc4fef #efbc4f #4fefbc

Analogous Colors of #bc4fef

#bc4fef #ef4fd2 #6c4fef

Monochromatic Colors of #bc4fef

#bc4fef

Complementary Color

#bc4fef #82ef4f

#bc4fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc4fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc4fef Color CSS Codes

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

#bc4fef Text Font Color

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

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


#bc4fef Background Color

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

This div background color is #bc4fef


#bc4fef Border Color

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

This div border color is #bc4fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc4fef


Comments

No comments written yet.

Please login to write comment.