Color Hex Logo

#bc7ebd Color Hex

#BC7EBD
(188,126,189)
0 Favorites   0 Comments

Color spaces of #bc7ebd

RGB 188126189
HSL0.830.320.62
HSV299°33°74°
CMYK 0.010.330.00   0.26
XYZ37.385229.287251.8267
Yxy29.28720.31550.2472
Hunter Lab54.117628.6043-18.8977
CIE-Lab61.034334.3009-23.3392

#bc7ebd color RGB value is (188,126,189).

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

The process color (four color CMYK) of #bc7ebd color hex is 0.01, 0.33, 0.00, 0.26. Web safe color of #bc7ebd is #cc66cc. Color #bc7ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01111110 10111101
Octal 274 176 275
Decimal 188 126 189
Hex BC 7E BD

RGB Percentages of Color #bc7ebd

%37.38
%25.05
%37.57

CMYK Percentages of Color #bc7ebd

%1
%33
%0
%26

Triadic Colors of #bc7ebd

#bc7ebd #bdbc7e #7ebdbc

Analogous Colors of #bc7ebd

#bc7ebd #bd7e9f #9d7ebd

Monochromatic Colors of #bc7ebd

#bc7ebd

Complementary Color

#bc7ebd #7fbd7e

#bc7ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc7ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc7ebd Color CSS Codes

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

#bc7ebd Text Font Color

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

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


#bc7ebd Background Color

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

This div background color is #bc7ebd


#bc7ebd Border Color

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

This div border color is #bc7ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc7ebd


Comments

No comments written yet.

Please login to write comment.