Color Hex Logo

#bc8eff Color Hex

#BC8EFF
(188,142,255)
0 Favorites   0 Comments

Color spaces of #bc8eff

RGB 188142255
HSL0.731.000.78
HSV264°44°100°
CMYK 0.260.440.00   0.00
XYZ48.462037.257499.2449
Yxy37.25740.26200.2014
Hunter Lab61.038834.9027-53.6742
CIE-Lab67.469739.6624-50.0023

#bc8eff color RGB value is (188,142,255).

#bc8eff hex color red value is 188, green value is 142 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #bc8eff hue: 0.73 , saturation: 1.00 and the lightness value of bc8eff is 0.78.

The process color (four color CMYK) of #bc8eff color hex is 0.26, 0.44, 0.00, 0.00. Web safe color of #bc8eff is #cc99ff. Color #bc8eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10001110 11111111
Octal 274 216 377
Decimal 188 142 255
Hex BC 8E FF

RGB Percentages of Color #bc8eff

%32.14
%24.27
%43.59

CMYK Percentages of Color #bc8eff

%26
%44
%0
%0

Triadic Colors of #bc8eff

#bc8eff #ffbc8e #8effbc

Analogous Colors of #bc8eff

#bc8eff #f58eff #8e99ff

Monochromatic Colors of #bc8eff

#bc8eff

Complementary Color

#bc8eff #d1ff8e

#bc8eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc8eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc8eff Color CSS Codes

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

#bc8eff Text Font Color

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

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


#bc8eff Background Color

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

This div background color is #bc8eff


#bc8eff Border Color

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

This div border color is #bc8eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc8eff

Related Colors


Comments

No comments written yet.

Please login to write comment.