Color Hex Logo

#bc7bee Color Hex

#BC7BEE
(188,123,238)
0 Favorites   0 Comments

Color spaces of #bc7bee

RGB 188123238
HSL0.760.770.71
HSV274°48°93°
CMYK 0.210.480.00   0.07
XYZ43.254631.030384.5986
Yxy31.03030.27220.1953
Hunter Lab55.704841.1211-51.0500
CIE-Lab62.533246.0877-48.4623

#bc7bee color RGB value is (188,123,238).

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

The process color (four color CMYK) of #bc7bee color hex is 0.21, 0.48, 0.00, 0.07. Web safe color of #bc7bee is #cc66ff. Color #bc7bee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01111011 11101110
Octal 274 173 356
Decimal 188 123 238
Hex BC 7B EE

RGB Percentages of Color #bc7bee

%34.24
%22.40
%43.35

CMYK Percentages of Color #bc7bee

%21
%48
%0
%7

Triadic Colors of #bc7bee

#bc7bee #eebc7b #7beebc

Analogous Colors of #bc7bee

#bc7bee #ee7be7 #837bee

Monochromatic Colors of #bc7bee

#bc7bee

Complementary Color

#bc7bee #adee7b

#bc7bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc7bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc7bee Color CSS Codes

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

#bc7bee Text Font Color

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

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


#bc7bee Background Color

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

This div background color is #bc7bee


#bc7bee Border Color

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

This div border color is #bc7bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc7bee


Comments

No comments written yet.

Please login to write comment.