Color Hex Logo

#bc77e5 Color Hex

#BC77E5
(188,119,229)
0 Favorites   0 Comments

Color spaces of #bc77e5

RGB 188119229
HSL0.770.680.68
HSV278°48°90°
CMYK 0.180.480.00   0.10
XYZ41.478729.542277.6448
Yxy29.54220.27900.1987
Hunter Lab54.352741.1030-46.6509
CIE-Lab61.257246.2507-45.4799

#bc77e5 color RGB value is (188,119,229).

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

The process color (four color CMYK) of #bc77e5 color hex is 0.18, 0.48, 0.00, 0.10. Web safe color of #bc77e5 is #cc66cc. Color #bc77e5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110111 11100101
Octal 274 167 345
Decimal 188 119 229
Hex BC 77 E5

RGB Percentages of Color #bc77e5

%35.07
%22.20
%42.72

CMYK Percentages of Color #bc77e5

%18
%48
%0
%10

Triadic Colors of #bc77e5

#bc77e5 #e5bc77 #77e5bc

Analogous Colors of #bc77e5

#bc77e5 #e577d7 #8577e5

Monochromatic Colors of #bc77e5

#bc77e5

Complementary Color

#bc77e5 #a0e577

#bc77e5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc77e5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc77e5 Color CSS Codes

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

#bc77e5 Text Font Color

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

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


#bc77e5 Background Color

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

This div background color is #bc77e5


#bc77e5 Border Color

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

This div border color is #bc77e5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc77e5


Comments

No comments written yet.

Please login to write comment.