Color Hex Logo

#bc7ef5 Color Hex

#BC7EF5
(188,126,245)
0 Favorites   0 Comments

Color spaces of #bc7ef5

RGB 188126245
HSL0.750.860.73
HSV271°49°96°
CMYK 0.230.490.00   0.04
XYZ44.681332.205690.2475
Yxy32.20560.26730.1927
Hunter Lab56.750041.2270-54.5618
CIE-Lab63.512446.0497-50.7785

#bc7ef5 color RGB value is (188,126,245).

#bc7ef5 hex color red value is 188, green value is 126 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #bc7ef5 hue: 0.75 , saturation: 0.86 and the lightness value of bc7ef5 is 0.73.

The process color (four color CMYK) of #bc7ef5 color hex is 0.23, 0.49, 0.00, 0.04. Web safe color of #bc7ef5 is #cc66ff. Color #bc7ef5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01111110 11110101
Octal 274 176 365
Decimal 188 126 245
Hex BC 7E F5

RGB Percentages of Color #bc7ef5

%33.63
%22.54
%43.83

CMYK Percentages of Color #bc7ef5

%23
%49
%0
%4

Triadic Colors of #bc7ef5

#bc7ef5 #f5bc7e #7ef5bc

Analogous Colors of #bc7ef5

#bc7ef5 #f57ef3 #817ef5

Monochromatic Colors of #bc7ef5

#bc7ef5

Complementary Color

#bc7ef5 #b7f57e

#bc7ef5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc7ef5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc7ef5 Color CSS Codes

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

#bc7ef5 Text Font Color

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

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


#bc7ef5 Background Color

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

This div background color is #bc7ef5


#bc7ef5 Border Color

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

This div border color is #bc7ef5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc7ef5


Comments

No comments written yet.

Please login to write comment.