Color Hex Logo

#bc77ef Color Hex

#BC77EF
(188,119,239)
0 Favorites   0 Comments

Color spaces of #bc77ef

RGB 188119239
HSL0.760.790.70
HSV275°50°94°
CMYK 0.210.500.00   0.06
XYZ42.915930.117085.2126
Yxy30.11700.27120.1903
Hunter Lab54.879043.5506-53.6465
CIE-Lab61.755048.4354-50.2477

#bc77ef color RGB value is (188,119,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110111 11101111
Octal 274 167 357
Decimal 188 119 239
Hex BC 77 EF

RGB Percentages of Color #bc77ef

%34.43
%21.79
%43.77

CMYK Percentages of Color #bc77ef

%21
%50
%0
%6

Triadic Colors of #bc77ef

#bc77ef #efbc77 #77efbc

Analogous Colors of #bc77ef

#bc77ef #ef77e6 #8077ef

Monochromatic Colors of #bc77ef

#bc77ef

Complementary Color

#bc77ef #aaef77

#bc77ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc77ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc77ef Color CSS Codes

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

#bc77ef Text Font Color

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

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


#bc77ef Background Color

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

This div background color is #bc77ef


#bc77ef Border Color

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

This div border color is #bc77ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc77ef


Comments

No comments written yet.

Please login to write comment.