Color Hex Logo

#bc279a Color Hex

#BC279A
(188,39,154)
0 Favorites   0 Comments

Color spaces of #bc279a

RGB 18839154
HSL0.870.660.45
HSV314°79°74°
CMYK 0.000.790.18   0.26
XYZ27.297314.475531.9272
Yxy14.47550.37040.1964
Hunter Lab38.046761.4865-23.1210
CIE-Lab44.907367.3545-27.8585

#bc279a color RGB value is (188,39,154).

#bc279a hex color red value is 188, green value is 39 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #bc279a hue: 0.87 , saturation: 0.66 and the lightness value of bc279a is 0.45.

The process color (four color CMYK) of #bc279a color hex is 0.00, 0.79, 0.18, 0.26. Web safe color of #bc279a is #cc3399. Color #bc279a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00100111 10011010
Octal 274 47 232
Decimal 188 39 154
Hex BC 27 9A

RGB Percentages of Color #bc279a

%49.34
%10.24
%40.42

CMYK Percentages of Color #bc279a

%0
%79
%18
%26

Triadic Colors of #bc279a

#bc279a #9abc27 #279abc

Analogous Colors of #bc279a

#bc279a #bc274f #9427bc

Monochromatic Colors of #bc279a

#bc279a

Complementary Color

#bc279a #27bc49

#bc279a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc279a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc279a Color CSS Codes

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

#bc279a Text Font Color

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

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


#bc279a Background Color

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

This div background color is #bc279a


#bc279a Border Color

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

This div border color is #bc279a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc279a


Comments

No comments written yet.

Please login to write comment.