Color Hex Logo

#bc7beb Color Hex

#BC7BEB
(188,123,235)
0 Favorites   0 Comments

Color spaces of #bc7beb

RGB 188123235
HSL0.760.740.70
HSV275°48°92°
CMYK 0.200.480.00   0.08
XYZ42.817430.855482.2962
Yxy30.85540.27450.1978
Hunter Lab55.547640.3836-48.9573
CIE-Lab62.385445.4248-47.0339

#bc7beb color RGB value is (188,123,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01111011 11101011
Octal 274 173 353
Decimal 188 123 235
Hex BC 7B EB

RGB Percentages of Color #bc7beb

%34.43
%22.53
%43.04

CMYK Percentages of Color #bc7beb

%20
%48
%0
%8

Triadic Colors of #bc7beb

#bc7beb #ebbc7b #7bebbc

Analogous Colors of #bc7beb

#bc7beb #eb7be2 #847beb

Monochromatic Colors of #bc7beb

#bc7beb

Complementary Color

#bc7beb #aaeb7b

#bc7beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc7beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc7beb Color CSS Codes

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

#bc7beb Text Font Color

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

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


#bc7beb Background Color

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

This div background color is #bc7beb


#bc7beb Border Color

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

This div border color is #bc7beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc7beb


Comments

No comments written yet.

Please login to write comment.