Color Hex Logo

#bc4acb Color Hex

#BC4ACB
(188,74,203)
0 Favorites   0 Comments

Color spaces of #bc4acb

RGB 18874203
HSL0.810.550.54
HSV293°64°80°
CMYK 0.070.640.00   0.20
XYZ33.967319.900758.5509
Yxy19.90070.30210.1770
Hunter Lab44.610257.8464-46.5910
CIE-Lab51.724862.9052-45.8709

#bc4acb color RGB value is (188,74,203).

#bc4acb hex color red value is 188, green value is 74 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bc4acb hue: 0.81 , saturation: 0.55 and the lightness value of bc4acb is 0.54.

The process color (four color CMYK) of #bc4acb color hex is 0.07, 0.64, 0.00, 0.20. Web safe color of #bc4acb is #cc33cc. Color #bc4acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01001010 11001011
Octal 274 112 313
Decimal 188 74 203
Hex BC 4A CB

RGB Percentages of Color #bc4acb

%40.43
%15.91
%43.66

CMYK Percentages of Color #bc4acb

%7
%64
%0
%20

Triadic Colors of #bc4acb

#bc4acb #cbbc4a #4acbbc

Analogous Colors of #bc4acb

#bc4acb #cb4a9a #7c4acb

Monochromatic Colors of #bc4acb

#bc4acb

Complementary Color

#bc4acb #59cb4a

#bc4acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc4acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc4acb Color CSS Codes

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

#bc4acb Text Font Color

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

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


#bc4acb Background Color

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

This div background color is #bc4acb


#bc4acb Border Color

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

This div border color is #bc4acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc4acb


Comments

No comments written yet.

Please login to write comment.