Color Hex Logo

#bc8bee Color Hex

#BC8BEE
(188,139,238)
0 Favorites   0 Comments

Color spaces of #bc8bee

RGB 188139238
HSL0.750.740.74
HSV270°42°93°
CMYK 0.210.420.00   0.07
XYZ45.404335.329785.3152
Yxy35.32970.27340.2128
Hunter Lab59.438832.3353-43.4945
CIE-Lab66.004637.3936-42.9949

#bc8bee color RGB value is (188,139,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10001011 11101110
Octal 274 213 356
Decimal 188 139 238
Hex BC 8B EE

RGB Percentages of Color #bc8bee

%33.27
%24.60
%42.12

CMYK Percentages of Color #bc8bee

%21
%42
%0
%7

Triadic Colors of #bc8bee

#bc8bee #eebc8b #8beebc

Analogous Colors of #bc8bee

#bc8bee #ee8bee #8b8cee

Monochromatic Colors of #bc8bee

#bc8bee

Complementary Color

#bc8bee #bdee8b

#bc8bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc8bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc8bee Color CSS Codes

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

#bc8bee Text Font Color

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

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


#bc8bee Background Color

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

This div background color is #bc8bee


#bc8bee Border Color

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

This div border color is #bc8bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc8bee


Comments

No comments written yet.

Please login to write comment.