Color Hex Logo

#bc8aee Color Hex

#BC8AEE
(188,138,238)
0 Favorites   0 Comments

Color spaces of #bc8aee

RGB 188138238
HSL0.750.750.74
HSV270°42°93°
CMYK 0.210.420.00   0.07
XYZ45.260135.041485.2671
Yxy35.04140.27340.2116
Hunter Lab59.195832.8855-43.9658
CIE-Lab65.780937.9434-43.3459

#bc8aee color RGB value is (188,138,238).

#bc8aee hex color red value is 188, green value is 138 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #bc8aee hue: 0.75 , saturation: 0.75 and the lightness value of bc8aee is 0.74.

The process color (four color CMYK) of #bc8aee color hex is 0.21, 0.42, 0.00, 0.07. Web safe color of #bc8aee is #cc99ff. Color #bc8aee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10001010 11101110
Octal 274 212 356
Decimal 188 138 238
Hex BC 8A EE

RGB Percentages of Color #bc8aee

%33.33
%24.47
%42.20

CMYK Percentages of Color #bc8aee

%21
%42
%0
%7

Triadic Colors of #bc8aee

#bc8aee #eebc8a #8aeebc

Analogous Colors of #bc8aee

#bc8aee #ee8aee #8a8aee

Monochromatic Colors of #bc8aee

#bc8aee

Complementary Color

#bc8aee #bcee8a

#bc8aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc8aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc8aee Color CSS Codes

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

#bc8aee Text Font Color

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

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


#bc8aee Background Color

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

This div background color is #bc8aee


#bc8aee Border Color

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

This div border color is #bc8aee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,138,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 #bc8aee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc8aee


Comments

No comments written yet.

Please login to write comment.