Color Hex Logo

#bc54ab Color Hex

#BC54AB
(188,84,171)
0 Favorites   0 Comments

Color spaces of #bc54ab

RGB 18884171
HSL0.860.440.53
HSV310°55°74°
CMYK 0.000.550.09   0.26
XYZ31.260019.972340.7355
Yxy19.97230.33990.2172
Hunter Lab44.690446.6489-22.7599
CIE-Lab51.805952.8666-27.2056

#bc54ab color RGB value is (188,84,171).

#bc54ab hex color red value is 188, green value is 84 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #bc54ab hue: 0.86 , saturation: 0.44 and the lightness value of bc54ab is 0.53.

The process color (four color CMYK) of #bc54ab color hex is 0.00, 0.55, 0.09, 0.26. Web safe color of #bc54ab is #cc6699. Color #bc54ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01010100 10101011
Octal 274 124 253
Decimal 188 84 171
Hex BC 54 AB

RGB Percentages of Color #bc54ab

%42.44
%18.96
%38.60

CMYK Percentages of Color #bc54ab

%0
%55
%9
%26

Triadic Colors of #bc54ab

#bc54ab #abbc54 #54abbc

Analogous Colors of #bc54ab

#bc54ab #bc5477 #9954bc

Monochromatic Colors of #bc54ab

#bc54ab

Complementary Color

#bc54ab #54bc65

#bc54ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc54ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc54ab Color CSS Codes

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

#bc54ab Text Font Color

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

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


#bc54ab Background Color

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

This div background color is #bc54ab


#bc54ab Border Color

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

This div border color is #bc54ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,84,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 #bc54ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc54ab


Comments

No comments written yet.

Please login to write comment.