color codes Logo

#bc4fea color codes

#BC4FEA
(188,79,234)
1 Favorites   0 Comments

Color spaces of #bc4fea

RGB 18879234
HSL0.780.790.61
HSV282°66°92°
CMYK 0.200.660.00   0.08
XYZ38.386322.223880.1084
Yxy22.22380.27280.1579
Hunter Lab47.142162.8480-67.7517
CIE-Lab54.263766.7258-59.4079

#bc4fea color RGB value is (188,79,234).

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

The process color (four color CMYK) of #bc4fea color code is 0.20, 0.66, 0.00, 0.08. Web safe color of #bc4fea is #cc66ff. Color #bc4fea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01001111 11101010
Octal 274 117 352
Decimal 188 79 234
Hex BC 4F EA

RGB Percentages of Color #bc4fea

%37.52
%15.77
%46.71

CMYK Percentages of Color #bc4fea

%20
%66
%0
%8

Triadic Colors of #bc4fea

#bc4fea #eabc4f #4feabc

Analogous Colors of #bc4fea

#bc4fea #ea4fcb #6f4fea

Monochromatic Colors of #bc4fea

#bc4fea

Complementary Color

#bc4fea #7dea4f

#bc4fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc4fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc4fea Color CSS Codes

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

#bc4fea Text Font Color

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

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


#bc4fea Background Color

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

This div background color is #bc4fea


#bc4fea Border Color

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

This div border color is #bc4fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc4fea


Comments

No comments written yet.

Please login to write comment.