Color Hex Logo

#bc8aeb Color Hex

#BC8AEB
(188,138,235)
0 Favorites   0 Comments

Color spaces of #bc8aeb

RGB 188138235
HSL0.750.710.73
HSV271°41°92°
CMYK 0.200.410.00   0.08
XYZ44.822934.866582.9647
Yxy34.86650.27560.2144
Hunter Lab59.047932.1646-41.9714
CIE-Lab65.644637.2696-41.9065

#bc8aeb color RGB value is (188,138,235).

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

The process color (four color CMYK) of #bc8aeb color hex is 0.20, 0.41, 0.00, 0.08. Web safe color of #bc8aeb is #cc99ff. Color #bc8aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10001010 11101011
Octal 274 212 353
Decimal 188 138 235
Hex BC 8A EB

RGB Percentages of Color #bc8aeb

%33.51
%24.60
%41.89

CMYK Percentages of Color #bc8aeb

%20
%41
%0
%8

Triadic Colors of #bc8aeb

#bc8aeb #ebbc8a #8aebbc

Analogous Colors of #bc8aeb

#bc8aeb #eb8aea #8c8aeb

Monochromatic Colors of #bc8aeb

#bc8aeb

Complementary Color

#bc8aeb #b9eb8a

#bc8aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc8aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc8aeb Color CSS Codes

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

#bc8aeb Text Font Color

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

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


#bc8aeb Background Color

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

This div background color is #bc8aeb


#bc8aeb Border Color

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

This div border color is #bc8aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc8aeb


Comments

No comments written yet.

Please login to write comment.