Color Hex Logo

#bc5fbb Color Hex

#BC5FBB
(188,95,187)
0 Favorites   0 Comments

Color spaces of #bc5fbb

RGB 18895187
HSL0.840.410.55
HSV301°49°74°
CMYK 0.000.490.01   0.26
XYZ33.800922.463649.5681
Yxy22.46360.31940.2123
Hunter Lab47.395844.3569-28.8304
CIE-Lab54.515550.2959-32.2763

#bc5fbb color RGB value is (188,95,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01011111 10111011
Octal 274 137 273
Decimal 188 95 187
Hex BC 5F BB

RGB Percentages of Color #bc5fbb

%40.00
%20.21
%39.79

CMYK Percentages of Color #bc5fbb

%0
%49
%1
%26

Triadic Colors of #bc5fbb

#bc5fbb #bbbc5f #5fbbbc

Analogous Colors of #bc5fbb

#bc5fbb #bc5f8d #8f5fbc

Monochromatic Colors of #bc5fbb

#bc5fbb

Complementary Color

#bc5fbb #5fbc60

#bc5fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc5fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc5fbb Color CSS Codes

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

#bc5fbb Text Font Color

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

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


#bc5fbb Background Color

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

This div background color is #bc5fbb


#bc5fbb Border Color

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

This div border color is #bc5fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc5fbb


Comments

No comments written yet.

Please login to write comment.