Color Hex Logo

#bc27ab Color Hex

#BC27AB
(188,39,171)
0 Favorites   0 Comments

Color spaces of #bc27ab

RGB 18839171
HSL0.850.660.45
HSV307°79°74°
CMYK 0.000.790.09   0.26
XYZ28.815215.082739.9206
Yxy15.08270.34380.1799
Hunter Lab38.836564.4766-33.7596
CIE-Lab45.747369.7385-36.6840

#bc27ab color RGB value is (188,39,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00100111 10101011
Octal 274 47 253
Decimal 188 39 171
Hex BC 27 AB

RGB Percentages of Color #bc27ab

%47.24
%9.80
%42.96

CMYK Percentages of Color #bc27ab

%0
%79
%9
%26

Triadic Colors of #bc27ab

#bc27ab #abbc27 #27abbc

Analogous Colors of #bc27ab

#bc27ab #bc2760 #8327bc

Monochromatic Colors of #bc27ab

#bc27ab

Complementary Color

#bc27ab #27bc38

#bc27ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc27ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc27ab Color CSS Codes

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

#bc27ab Text Font Color

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

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


#bc27ab Background Color

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

This div background color is #bc27ab


#bc27ab Border Color

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

This div border color is #bc27ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc27ab


Comments

No comments written yet.

Please login to write comment.