Color Hex Logo

#bc8bed Color Hex

#BC8BED
(188,139,237)
0 Favorites   0 Comments

Color spaces of #bc8bed

RGB 188139237
HSL0.750.730.74
HSV270°41°93°
CMYK 0.210.410.00   0.07
XYZ45.257735.271084.5434
Yxy35.27100.27420.2137
Hunter Lab59.389432.0945-42.8293
CIE-Lab65.959137.1683-42.5156

#bc8bed color RGB value is (188,139,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10001011 11101101
Octal 274 213 355
Decimal 188 139 237
Hex BC 8B ED

RGB Percentages of Color #bc8bed

%33.33
%24.65
%42.02

CMYK Percentages of Color #bc8bed

%21
%41
%0
%7

Triadic Colors of #bc8bed

#bc8bed #edbc8b #8bedbc

Analogous Colors of #bc8bed

#bc8bed #ed8bed #8b8bed

Monochromatic Colors of #bc8bed

#bc8bed

Complementary Color

#bc8bed #bced8b

#bc8bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc8bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc8bed Color CSS Codes

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

#bc8bed Text Font Color

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

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


#bc8bed Background Color

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

This div background color is #bc8bed


#bc8bed Border Color

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

This div border color is #bc8bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc8bed


Comments

No comments written yet.

Please login to write comment.