Color Hex Logo

#bc7bea Color Hex

#BC7BEA
(188,123,234)
0 Favorites   0 Comments

Color spaces of #bc7bea

RGB 188123234
HSL0.760.730.70
HSV275°47°92°
CMYK 0.200.470.00   0.08
XYZ42.673330.797881.5373
Yxy30.79780.27530.1987
Hunter Lab55.495840.1394-48.2650
CIE-Lab62.336645.2047-46.5563

#bc7bea color RGB value is (188,123,234).

#bc7bea hex color red value is 188, green value is 123 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #bc7bea hue: 0.76 , saturation: 0.73 and the lightness value of bc7bea is 0.70.

The process color (four color CMYK) of #bc7bea color hex is 0.20, 0.47, 0.00, 0.08. Web safe color of #bc7bea is #cc66ff. Color #bc7bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01111011 11101010
Octal 274 173 352
Decimal 188 123 234
Hex BC 7B EA

RGB Percentages of Color #bc7bea

%34.50
%22.57
%42.94

CMYK Percentages of Color #bc7bea

%20
%47
%0
%8

Triadic Colors of #bc7bea

#bc7bea #eabc7b #7beabc

Analogous Colors of #bc7bea

#bc7bea #ea7be1 #857bea

Monochromatic Colors of #bc7bea

#bc7bea

Complementary Color

#bc7bea #a9ea7b

#bc7bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc7bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc7bea Color CSS Codes

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

#bc7bea Text Font Color

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

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


#bc7bea Background Color

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

This div background color is #bc7bea


#bc7bea Border Color

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

This div border color is #bc7bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc7bea


Comments

No comments written yet.

Please login to write comment.