Color Hex Logo

#bc96ef Color Hex

#BC96EF
(188,150,239)
0 Favorites   0 Comments

Color spaces of #bc96ef

RGB 188150239
HSL0.740.740.76
HSV266°37°94°
CMYK 0.210.370.00   0.06
XYZ47.225438.736186.6491
Yxy38.73610.27360.2244
Hunter Lab62.238326.5257-38.9776
CIE-Lab68.559731.5374-39.5455

#bc96ef color RGB value is (188,150,239).

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

The process color (four color CMYK) of #bc96ef color hex is 0.21, 0.37, 0.00, 0.06. Web safe color of #bc96ef is #cc99ff. Color #bc96ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010110 11101111
Octal 274 226 357
Decimal 188 150 239
Hex BC 96 EF

RGB Percentages of Color #bc96ef

%32.58
%26.00
%41.42

CMYK Percentages of Color #bc96ef

%21
%37
%0
%6

Triadic Colors of #bc96ef

#bc96ef #efbc96 #96efbc

Analogous Colors of #bc96ef

#bc96ef #e996ef #969def

Monochromatic Colors of #bc96ef

#bc96ef

Complementary Color

#bc96ef #c9ef96

#bc96ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc96ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc96ef Color CSS Codes

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

#bc96ef Text Font Color

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

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


#bc96ef Background Color

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

This div background color is #bc96ef


#bc96ef Border Color

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

This div border color is #bc96ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc96ef


Comments

No comments written yet.

Please login to write comment.