Color Hex Logo

#bc93fb Color Hex

#BC93FB
(188,147,251)
0 Favorites   0 Comments

Color spaces of #bc93fb

RGB 188147251
HSL0.730.930.78
HSV264°41°98°
CMYK 0.250.410.00   0.02
XYZ48.585338.523896.1419
Yxy38.52380.26510.2102
Hunter Lab62.067531.1082-48.3922
CIE-Lab68.404935.9698-46.3474

#bc93fb color RGB value is (188,147,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010011 11111011
Octal 274 223 373
Decimal 188 147 251
Hex BC 93 FB

RGB Percentages of Color #bc93fb

%32.08
%25.09
%42.83

CMYK Percentages of Color #bc93fb

%25
%41
%0
%2

Triadic Colors of #bc93fb

#bc93fb #fbbc93 #93fbbc

Analogous Colors of #bc93fb

#bc93fb #f093fb #939efb

Monochromatic Colors of #bc93fb

#bc93fb

Complementary Color

#bc93fb #d2fb93

#bc93fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc93fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc93fb Color CSS Codes

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

#bc93fb Text Font Color

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

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


#bc93fb Background Color

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

This div background color is #bc93fb


#bc93fb Border Color

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

This div border color is #bc93fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,147,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 #bc93fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc93fb


Comments

No comments written yet.

Please login to write comment.