Color Hex Logo

#bc89fb Color Hex

#BC89FB
(188,137,251)
0 Favorites   0 Comments

Color spaces of #bc89fb

RGB 188137251
HSL0.740.930.76
HSV267°45°98°
CMYK 0.250.450.00   0.02
XYZ47.097335.547795.6459
Yxy35.54770.26420.1994
Hunter Lab59.621936.6647-53.3782
CIE-Lab66.172941.4669-49.8652

#bc89fb color RGB value is (188,137,251).

#bc89fb hex color red value is 188, green value is 137 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #bc89fb hue: 0.74 , saturation: 0.93 and the lightness value of bc89fb is 0.76.

The process color (four color CMYK) of #bc89fb color hex is 0.25, 0.45, 0.00, 0.02. Web safe color of #bc89fb is #cc99ff. Color #bc89fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10001001 11111011
Octal 274 211 373
Decimal 188 137 251
Hex BC 89 FB

RGB Percentages of Color #bc89fb

%32.64
%23.78
%43.58

CMYK Percentages of Color #bc89fb

%25
%45
%0
%2

Triadic Colors of #bc89fb

#bc89fb #fbbc89 #89fbbc

Analogous Colors of #bc89fb

#bc89fb #f589fb #898ffb

Monochromatic Colors of #bc89fb

#bc89fb

Complementary Color

#bc89fb #c8fb89

#bc89fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc89fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc89fb Color CSS Codes

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

#bc89fb Text Font Color

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

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


#bc89fb Background Color

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

This div background color is #bc89fb


#bc89fb Border Color

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

This div border color is #bc89fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc89fb

Related Colors


Comments

No comments written yet.

Please login to write comment.