Color Hex Logo

#bc5baa Color Hex

#BC5BAA
(188,91,170)
0 Favorites   0 Comments

Color spaces of #bc5baa

RGB 18891170
HSL0.860.420.55
HSV311°52°74°
CMYK 0.000.520.10   0.26
XYZ31.735821.075840.4256
Yxy21.07580.34040.2260
Hunter Lab45.908443.0548-20.0732
CIE-Lab53.032449.3223-24.7246

#bc5baa color RGB value is (188,91,170).

#bc5baa hex color red value is 188, green value is 91 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #bc5baa hue: 0.86 , saturation: 0.42 and the lightness value of bc5baa is 0.55.

The process color (four color CMYK) of #bc5baa color hex is 0.00, 0.52, 0.10, 0.26. Web safe color of #bc5baa is #cc6699. Color #bc5baa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01011011 10101010
Octal 274 133 252
Decimal 188 91 170
Hex BC 5B AA

RGB Percentages of Color #bc5baa

%41.87
%20.27
%37.86

CMYK Percentages of Color #bc5baa

%0
%52
%10
%26

Triadic Colors of #bc5baa

#bc5baa #aabc5b #5baabc

Analogous Colors of #bc5baa

#bc5baa #bc5b7a #9e5bbc

Monochromatic Colors of #bc5baa

#bc5baa

Complementary Color

#bc5baa #5bbc6d

#bc5baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc5baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc5baa Color CSS Codes

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

#bc5baa Text Font Color

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

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


#bc5baa Background Color

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

This div background color is #bc5baa


#bc5baa Border Color

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

This div border color is #bc5baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc5baa


Comments

No comments written yet.

Please login to write comment.