Color Hex Logo

#bc8dee Color Hex

#BC8DEE
(188,141,238)
0 Favorites   0 Comments

Color spaces of #bc8dee

RGB 188141238
HSL0.750.740.74
HSV269°41°93°
CMYK 0.210.410.00   0.07
XYZ45.696535.914285.4126
Yxy35.91420.27360.2150
Hunter Lab59.928531.2346-42.5527
CIE-Lab66.454336.2916-42.2896

#bc8dee color RGB value is (188,141,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10001101 11101110
Octal 274 215 356
Decimal 188 141 238
Hex BC 8D EE

RGB Percentages of Color #bc8dee

%33.16
%24.87
%41.98

CMYK Percentages of Color #bc8dee

%21
%41
%0
%7

Triadic Colors of #bc8dee

#bc8dee #eebc8d #8deebc

Analogous Colors of #bc8dee

#bc8dee #ed8dee #8d8fee

Monochromatic Colors of #bc8dee

#bc8dee

Complementary Color

#bc8dee #bfee8d

#bc8dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc8dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc8dee Color CSS Codes

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

#bc8dee Text Font Color

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

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


#bc8dee Background Color

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

This div background color is #bc8dee


#bc8dee Border Color

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

This div border color is #bc8dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc8dee

#bc8dee Color Palettes


Comments

No comments written yet.

Please login to write comment.