Color Hex Logo

#bc76c5 Color Hex

#BC76C5
(188,118,197)
0 Favorites   0 Comments

Color spaces of #bc76c5

RGB 188118197
HSL0.810.410.62
HSV293°40°77°
CMYK 0.050.400.00   0.23
XYZ37.295527.679556.2003
Yxy27.67950.30780.2284
Hunter Lab52.611334.4666-26.5067
CIE-Lab59.598140.1981-30.0899

#bc76c5 color RGB value is (188,118,197).

#bc76c5 hex color red value is 188, green value is 118 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #bc76c5 hue: 0.81 , saturation: 0.41 and the lightness value of bc76c5 is 0.62.

The process color (four color CMYK) of #bc76c5 color hex is 0.05, 0.40, 0.00, 0.23. Web safe color of #bc76c5 is #cc66cc. Color #bc76c5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110110 11000101
Octal 274 166 305
Decimal 188 118 197
Hex BC 76 C5

RGB Percentages of Color #bc76c5

%37.38
%23.46
%39.17

CMYK Percentages of Color #bc76c5

%5
%40
%0
%23

Triadic Colors of #bc76c5

#bc76c5 #c5bc76 #76c5bc

Analogous Colors of #bc76c5

#bc76c5 #c576a7 #9576c5

Monochromatic Colors of #bc76c5

#bc76c5

Complementary Color

#bc76c5 #7fc576

#bc76c5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc76c5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc76c5 Color CSS Codes

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

#bc76c5 Text Font Color

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

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


#bc76c5 Background Color

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

This div background color is #bc76c5


#bc76c5 Border Color

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

This div border color is #bc76c5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc76c5


Comments

No comments written yet.

Please login to write comment.