Color Hex Logo

#bc77ec Color Hex

#BC77EC
(188,119,236)
0 Favorites   0 Comments

Color spaces of #bc77ec

RGB 188119236
HSL0.760.750.70
HSV275°50°93°
CMYK 0.200.500.00   0.07
XYZ42.476229.941182.8974
Yxy29.94110.27350.1928
Hunter Lab54.718542.8066-51.5203
CIE-Lab61.603447.7747-48.8247

#bc77ec color RGB value is (188,119,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110111 11101100
Octal 274 167 354
Decimal 188 119 236
Hex BC 77 EC

RGB Percentages of Color #bc77ec

%34.62
%21.92
%43.46

CMYK Percentages of Color #bc77ec

%20
%50
%0
%7

Triadic Colors of #bc77ec

#bc77ec #ecbc77 #77ecbc

Analogous Colors of #bc77ec

#bc77ec #ec77e2 #8277ec

Monochromatic Colors of #bc77ec

#bc77ec

Complementary Color

#bc77ec #a7ec77

#bc77ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc77ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc77ec Color CSS Codes

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

#bc77ec Text Font Color

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

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


#bc77ec Background Color

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

This div background color is #bc77ec


#bc77ec Border Color

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

This div border color is #bc77ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc77ec


Comments

No comments written yet.

Please login to write comment.