Color Hex Logo

#bc76ba Color Hex

#BC76BA
(188,118,186)
0 Favorites   0 Comments

Color spaces of #bc76ba

RGB 188118186
HSL0.840.340.60
HSV302°37°74°
CMYK 0.000.370.01   0.26
XYZ36.080427.193449.8016
Yxy27.19340.31910.2405
Hunter Lab52.147332.2453-20.1199
CIE-Lab59.152938.0976-24.5219

#bc76ba color RGB value is (188,118,186).

#bc76ba hex color red value is 188, green value is 118 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #bc76ba hue: 0.84 , saturation: 0.34 and the lightness value of bc76ba is 0.60.

The process color (four color CMYK) of #bc76ba color hex is 0.00, 0.37, 0.01, 0.26. Web safe color of #bc76ba is #cc66cc. Color #bc76ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110110 10111010
Octal 274 166 272
Decimal 188 118 186
Hex BC 76 BA

RGB Percentages of Color #bc76ba

%38.21
%23.98
%37.80

CMYK Percentages of Color #bc76ba

%0
%37
%1
%26

Triadic Colors of #bc76ba

#bc76ba #babc76 #76babc

Analogous Colors of #bc76ba

#bc76ba #bc7697 #9b76bc

Monochromatic Colors of #bc76ba

#bc76ba

Complementary Color

#bc76ba #76bc78

#bc76ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc76ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc76ba Color CSS Codes

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

#bc76ba Text Font Color

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

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


#bc76ba Background Color

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

This div background color is #bc76ba


#bc76ba Border Color

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

This div border color is #bc76ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc76ba


Comments

No comments written yet.

Please login to write comment.