Color Hex Logo

#bc7ebf Color Hex

#BC7EBF
(188,126,191)
0 Favorites   0 Comments

Color spaces of #bc7ebf

RGB 188126191
HSL0.830.340.62
HSV297°34°75°
CMYK 0.020.340.00   0.25
XYZ37.603929.374752.9782
Yxy29.37470.31350.2449
Hunter Lab54.198428.9994-20.0162
CIE-Lab61.110934.6835-24.3551

#bc7ebf color RGB value is (188,126,191).

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

The process color (four color CMYK) of #bc7ebf color hex is 0.02, 0.34, 0.00, 0.25. Web safe color of #bc7ebf is #cc66cc. Color #bc7ebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01111110 10111111
Octal 274 176 277
Decimal 188 126 191
Hex BC 7E BF

RGB Percentages of Color #bc7ebf

%37.23
%24.95
%37.82

CMYK Percentages of Color #bc7ebf

%2
%34
%0
%25

Triadic Colors of #bc7ebf

#bc7ebf #bfbc7e #7ebfbc

Analogous Colors of #bc7ebf

#bc7ebf #bf7ea2 #9c7ebf

Monochromatic Colors of #bc7ebf

#bc7ebf

Complementary Color

#bc7ebf #81bf7e

#bc7ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc7ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc7ebf Color CSS Codes

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

#bc7ebf Text Font Color

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

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


#bc7ebf Background Color

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

This div background color is #bc7ebf


#bc7ebf Border Color

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

This div border color is #bc7ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc7ebf


Comments

No comments written yet.

Please login to write comment.