Color Hex Logo

#bc71ec Color Hex

#BC71EC
(188,113,236)
0 Favorites   0 Comments

Color spaces of #bc71ec

RGB 188113236
HSL0.770.760.68
HSV277°52°93°
CMYK 0.200.520.00   0.07
XYZ41.784528.557782.6668
Yxy28.55770.27310.1866
Hunter Lab53.439446.0510-54.3097
CIE-Lab60.389350.9214-50.7485

#bc71ec color RGB value is (188,113,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110001 11101100
Octal 274 161 354
Decimal 188 113 236
Hex BC 71 EC

RGB Percentages of Color #bc71ec

%35.01
%21.04
%43.95

CMYK Percentages of Color #bc71ec

%20
%52
%0
%7

Triadic Colors of #bc71ec

#bc71ec #ecbc71 #71ecbc

Analogous Colors of #bc71ec

#bc71ec #ec71df #7f71ec

Monochromatic Colors of #bc71ec

#bc71ec

Complementary Color

#bc71ec #a1ec71

#bc71ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc71ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc71ec Color CSS Codes

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

#bc71ec Text Font Color

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

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


#bc71ec Background Color

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

This div background color is #bc71ec


#bc71ec Border Color

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

This div border color is #bc71ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc71ec


Comments

No comments written yet.

Please login to write comment.