Color Hex Logo

#bc8ced Color Hex

#BC8CED
(188,140,237)
0 Favorites   0 Comments

Color spaces of #bc8ced

RGB 188140237
HSL0.750.730.74
HSV270°41°93°
CMYK 0.210.410.00   0.07
XYZ45.403235.562084.5919
Yxy35.56200.27420.2148
Hunter Lab59.633931.5445-42.3604
CIE-Lab66.183936.6174-42.1632

#bc8ced color RGB value is (188,140,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10001100 11101101
Octal 274 214 355
Decimal 188 140 237
Hex BC 8C ED

RGB Percentages of Color #bc8ced

%33.27
%24.78
%41.95

CMYK Percentages of Color #bc8ced

%21
%41
%0
%7

Triadic Colors of #bc8ced

#bc8ced #edbc8c #8cedbc

Analogous Colors of #bc8ced

#bc8ced #ed8ced #8c8ded

Monochromatic Colors of #bc8ced

#bc8ced

Complementary Color

#bc8ced #bded8c

#bc8ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc8ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc8ced Color CSS Codes

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

#bc8ced Text Font Color

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

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


#bc8ced Background Color

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

This div background color is #bc8ced


#bc8ced Border Color

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

This div border color is #bc8ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc8ced


Comments

No comments written yet.

Please login to write comment.