Color Hex Logo

#bc65ec Color Hex

#BC65EC
(188,101,236)
0 Favorites   0 Comments

Color spaces of #bc65ec

RGB 188101236
HSL0.770.780.66
HSV279°57°93°
CMYK 0.200.570.00   0.07
XYZ40.533026.054982.2496
Yxy26.05490.27230.1751
Hunter Lab51.044052.4162-59.8060
CIE-Lab58.089157.0017-54.4068

#bc65ec color RGB value is (188,101,236).

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

The process color (four color CMYK) of #bc65ec color hex is 0.20, 0.57, 0.00, 0.07. Web safe color of #bc65ec is #cc66ff. Color #bc65ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01100101 11101100
Octal 274 145 354
Decimal 188 101 236
Hex BC 65 EC

RGB Percentages of Color #bc65ec

%35.81
%19.24
%44.95

CMYK Percentages of Color #bc65ec

%20
%57
%0
%7

Triadic Colors of #bc65ec

#bc65ec #ecbc65 #65ecbc

Analogous Colors of #bc65ec

#bc65ec #ec65d9 #7965ec

Monochromatic Colors of #bc65ec

#bc65ec

Complementary Color

#bc65ec #95ec65

#bc65ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc65ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc65ec Color CSS Codes

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

#bc65ec Text Font Color

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

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


#bc65ec Background Color

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

This div background color is #bc65ec


#bc65ec Border Color

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

This div border color is #bc65ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc65ec


Comments

No comments written yet.

Please login to write comment.