Color Hex Logo

#bc69ec Color Hex

#BC69EC
(188,105,236)
0 Favorites   0 Comments

Color spaces of #bc69ec

RGB 188105236
HSL0.770.780.67
HSV278°56°93°
CMYK 0.200.560.00   0.07
XYZ40.930926.850682.3823
Yxy26.85060.27260.1788
Hunter Lab51.817650.3171-57.9901
CIE-Lab58.835855.0108-53.2174

#bc69ec color RGB value is (188,105,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01101001 11101100
Octal 274 151 354
Decimal 188 105 236
Hex BC 69 EC

RGB Percentages of Color #bc69ec

%35.54
%19.85
%44.61

CMYK Percentages of Color #bc69ec

%20
%56
%0
%7

Triadic Colors of #bc69ec

#bc69ec #ecbc69 #69ecbc

Analogous Colors of #bc69ec

#bc69ec #ec69db #7b69ec

Monochromatic Colors of #bc69ec

#bc69ec

Complementary Color

#bc69ec #99ec69

#bc69ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc69ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc69ec Color CSS Codes

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

#bc69ec Text Font Color

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

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


#bc69ec Background Color

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

This div background color is #bc69ec


#bc69ec Border Color

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

This div border color is #bc69ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc69ec


Comments

No comments written yet.

Please login to write comment.