Color Hex Logo

#bc5bbc Color Hex

#BC5BBC
(188,91,188)
0 Favorites   0 Comments

Color spaces of #bc5bbc

RGB 18891188
HSL0.830.420.55
HSV300°52°74°
CMYK 0.000.520.00   0.26
XYZ33.557221.804450.0170
Yxy21.80440.31840.2069
Hunter Lab46.695246.5613-30.8212
CIE-Lab53.818952.4452-33.9404

#bc5bbc color RGB value is (188,91,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01011011 10111100
Octal 274 133 274
Decimal 188 91 188
Hex BC 5B BC

RGB Percentages of Color #bc5bbc

%40.26
%19.49
%40.26

CMYK Percentages of Color #bc5bbc

%0
%52
%0
%26

Triadic Colors of #bc5bbc

#bc5bbc #bcbc5b #5bbcbc

Analogous Colors of #bc5bbc

#bc5bbc #bc5b8c #8c5bbc

Monochromatic Colors of #bc5bbc

#bc5bbc

Complementary Color

#bc5bbc #5bbc5b

#bc5bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc5bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc5bbc Color CSS Codes

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

#bc5bbc Text Font Color

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

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


#bc5bbc Background Color

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

This div background color is #bc5bbc


#bc5bbc Border Color

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

This div border color is #bc5bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc5bbc


Comments

No comments written yet.

Please login to write comment.