Color Hex Logo

#bc5bba Color Hex

#BC5BBA
(188,91,186)
0 Favorites   0 Comments

Color spaces of #bc5bba

RGB 18891186
HSL0.840.420.55
HSV301°52°74°
CMYK 0.000.520.01   0.26
XYZ33.343021.718748.8891
Yxy21.71870.32080.2089
Hunter Lab46.603346.1545-29.5757
CIE-Lab53.727352.0865-32.9295

#bc5bba color RGB value is (188,91,186).

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

The process color (four color CMYK) of #bc5bba color hex is 0.00, 0.52, 0.01, 0.26. Web safe color of #bc5bba is #cc66cc. Color #bc5bba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01011011 10111010
Octal 274 133 272
Decimal 188 91 186
Hex BC 5B BA

RGB Percentages of Color #bc5bba

%40.43
%19.57
%40.00

CMYK Percentages of Color #bc5bba

%0
%52
%1
%26

Triadic Colors of #bc5bba

#bc5bba #babc5b #5bbabc

Analogous Colors of #bc5bba

#bc5bba #bc5b8a #8e5bbc

Monochromatic Colors of #bc5bba

#bc5bba

Complementary Color

#bc5bba #5bbc5d

#bc5bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc5bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc5bba Color CSS Codes

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

#bc5bba Text Font Color

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

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


#bc5bba Background Color

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

This div background color is #bc5bba


#bc5bba Border Color

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

This div border color is #bc5bba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc5bba


Comments

No comments written yet.

Please login to write comment.