Color Hex Logo

#bc8abe Color Hex

#BC8ABE
(188,138,190)
0 Favorites   0 Comments

Color spaces of #bc8abe

RGB 188138190
HSL0.830.290.64
HSV298°27°75°
CMYK 0.010.270.00   0.25
XYZ39.121832.586052.9430
Yxy32.58600.31390.2614
Hunter Lab57.084122.4351-15.0299
CIE-Lab63.824327.8618-19.6420

#bc8abe color RGB value is (188,138,190).

#bc8abe hex color red value is 188, green value is 138 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #bc8abe hue: 0.83 , saturation: 0.29 and the lightness value of bc8abe is 0.64.

The process color (four color CMYK) of #bc8abe color hex is 0.01, 0.27, 0.00, 0.25. Web safe color of #bc8abe is #cc99cc. Color #bc8abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10001010 10111110
Octal 274 212 276
Decimal 188 138 190
Hex BC 8A BE

RGB Percentages of Color #bc8abe

%36.43
%26.74
%36.82

CMYK Percentages of Color #bc8abe

%1
%27
%0
%25

Triadic Colors of #bc8abe

#bc8abe #bebc8a #8abebc

Analogous Colors of #bc8abe

#bc8abe #be8aa6 #a28abe

Monochromatic Colors of #bc8abe

#bc8abe

Complementary Color

#bc8abe #8cbe8a

#bc8abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc8abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc8abe Color CSS Codes

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

#bc8abe Text Font Color

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

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


#bc8abe Background Color

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

This div background color is #bc8abe


#bc8abe Border Color

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

This div border color is #bc8abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc8abe


Comments

No comments written yet.

Please login to write comment.