Color Hex Logo

#bc60ef Color Hex

#BC60EF
(188,96,239)
0 Favorites   0 Comments

Color spaces of #bc60ef

RGB 18896239
HSL0.770.820.66
HSV279°60°94°
CMYK 0.210.600.00   0.06
XYZ40.501925.289184.4080
Yxy25.28910.26970.1684
Hunter Lab50.288355.7585-64.3155
CIE-Lab57.356060.0653-57.2503

#bc60ef color RGB value is (188,96,239).

#bc60ef hex color red value is 188, green value is 96 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #bc60ef hue: 0.77 , saturation: 0.82 and the lightness value of bc60ef is 0.66.

The process color (four color CMYK) of #bc60ef color hex is 0.21, 0.60, 0.00, 0.06. Web safe color of #bc60ef is #cc66ff. Color #bc60ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01100000 11101111
Octal 274 140 357
Decimal 188 96 239
Hex BC 60 EF

RGB Percentages of Color #bc60ef

%35.95
%18.36
%45.70

CMYK Percentages of Color #bc60ef

%21
%60
%0
%6

Triadic Colors of #bc60ef

#bc60ef #efbc60 #60efbc

Analogous Colors of #bc60ef

#bc60ef #ef60db #7560ef

Monochromatic Colors of #bc60ef

#bc60ef

Complementary Color

#bc60ef #93ef60

#bc60ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc60ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc60ef Color CSS Codes

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

#bc60ef Text Font Color

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

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


#bc60ef Background Color

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

This div background color is #bc60ef


#bc60ef Border Color

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

This div border color is #bc60ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc60ef


Comments

No comments written yet.

Please login to write comment.