Color Hex Logo

#bc4abc Color Hex

#BC4ABC
(188,74,188)
0 Favorites   0 Comments

Color spaces of #bc4abc

RGB 18874188
HSL0.830.460.51
HSV300°61°74°
CMYK 0.000.610.00   0.26
XYZ32.264919.219849.5862
Yxy19.21980.31920.1902
Hunter Lab43.840454.6487-36.3724
CIE-Lab50.943460.2436-38.4538

#bc4abc color RGB value is (188,74,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01001010 10111100
Octal 274 112 274
Decimal 188 74 188
Hex BC 4A BC

RGB Percentages of Color #bc4abc

%41.78
%16.44
%41.78

CMYK Percentages of Color #bc4abc

%0
%61
%0
%26

Triadic Colors of #bc4abc

#bc4abc #bcbc4a #4abcbc

Analogous Colors of #bc4abc

#bc4abc #bc4a83 #834abc

Monochromatic Colors of #bc4abc

#bc4abc

Complementary Color

#bc4abc #4abc4a

#bc4abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc4abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc4abc Color CSS Codes

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

#bc4abc Text Font Color

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

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


#bc4abc Background Color

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

This div background color is #bc4abc


#bc4abc Border Color

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

This div border color is #bc4abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc4abc


Comments

No comments written yet.

Please login to write comment.