Color Hex Logo

#bc4cbb Color Hex

#BC4CBB
(188,76,187)
0 Favorites   0 Comments

Color spaces of #bc4cbb

RGB 18876187
HSL0.830.460.52
HSV301°60°74°
CMYK 0.000.600.01   0.26
XYZ32.293119.448149.0655
Yxy19.44810.32030.1929
Hunter Lab44.100053.5352-35.0958
CIE-Lab51.207459.2072-37.4581

#bc4cbb color RGB value is (188,76,187).

#bc4cbb hex color red value is 188, green value is 76 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #bc4cbb hue: 0.83 , saturation: 0.46 and the lightness value of bc4cbb is 0.52.

The process color (four color CMYK) of #bc4cbb color hex is 0.00, 0.60, 0.01, 0.26. Web safe color of #bc4cbb is #cc33cc. Color #bc4cbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01001100 10111011
Octal 274 114 273
Decimal 188 76 187
Hex BC 4C BB

RGB Percentages of Color #bc4cbb

%41.69
%16.85
%41.46

CMYK Percentages of Color #bc4cbb

%0
%60
%1
%26

Triadic Colors of #bc4cbb

#bc4cbb #bbbc4c #4cbbbc

Analogous Colors of #bc4cbb

#bc4cbb #bc4c83 #854cbc

Monochromatic Colors of #bc4cbb

#bc4cbb

Complementary Color

#bc4cbb #4cbc4d

#bc4cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc4cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc4cbb Color CSS Codes

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

#bc4cbb Text Font Color

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

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


#bc4cbb Background Color

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

This div background color is #bc4cbb


#bc4cbb Border Color

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

This div border color is #bc4cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc4cbb


Comments

No comments written yet.

Please login to write comment.