Color Hex Logo

#bc91e8 Color Hex

#BC91E8
(188,145,232)
0 Favorites   0 Comments

Color spaces of #bc91e8

RGB 188145232
HSL0.750.650.74
HSV270°38°91°
CMYK 0.190.380.00   0.09
XYZ45.429936.768481.0465
Yxy36.76840.27830.2252
Hunter Lab60.637027.6196-36.8003
CIE-Lab67.102932.7327-37.9733

#bc91e8 color RGB value is (188,145,232).

#bc91e8 hex color red value is 188, green value is 145 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #bc91e8 hue: 0.75 , saturation: 0.65 and the lightness value of bc91e8 is 0.74.

The process color (four color CMYK) of #bc91e8 color hex is 0.19, 0.38, 0.00, 0.09. Web safe color of #bc91e8 is #cc99ff. Color #bc91e8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010001 11101000
Octal 274 221 350
Decimal 188 145 232
Hex BC 91 E8

RGB Percentages of Color #bc91e8

%33.27
%25.66
%41.06

CMYK Percentages of Color #bc91e8

%19
%38
%0
%9

Triadic Colors of #bc91e8

#bc91e8 #e8bc91 #91e8bc

Analogous Colors of #bc91e8

#bc91e8 #e891e8 #9192e8

Monochromatic Colors of #bc91e8

#bc91e8

Complementary Color

#bc91e8 #bde891

#bc91e8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc91e8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc91e8 Color CSS Codes

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

#bc91e8 Text Font Color

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

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


#bc91e8 Background Color

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

This div background color is #bc91e8


#bc91e8 Border Color

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

This div border color is #bc91e8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc91e8


Comments

No comments written yet.

Please login to write comment.