Color Hex Logo

#bc78ab Color Hex

#BC78AB
(188,120,171)
0 Favorites   0 Comments

Color spaces of #bc78ab

RGB 188120171
HSL0.880.340.60
HSV315°36°74°
CMYK 0.000.360.09   0.26
XYZ34.806227.064641.9176
Yxy27.06460.33540.2608
Hunter Lab52.023628.3833-11.3558
CIE-Lab59.034134.2969-16.1239

#bc78ab color RGB value is (188,120,171).

#bc78ab hex color red value is 188, green value is 120 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #bc78ab hue: 0.88 , saturation: 0.34 and the lightness value of bc78ab is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01111000 10101011
Octal 274 170 253
Decimal 188 120 171
Hex BC 78 AB

RGB Percentages of Color #bc78ab

%39.25
%25.05
%35.70

CMYK Percentages of Color #bc78ab

%0
%36
%9
%26

Triadic Colors of #bc78ab

#bc78ab #abbc78 #78abbc

Analogous Colors of #bc78ab

#bc78ab #bc7889 #ab78bc

Monochromatic Colors of #bc78ab

#bc78ab

Complementary Color

#bc78ab #78bc89

#bc78ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc78ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc78ab Color CSS Codes

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

#bc78ab Text Font Color

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

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


#bc78ab Background Color

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

This div background color is #bc78ab


#bc78ab Border Color

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

This div border color is #bc78ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc78ab


Comments

No comments written yet.

Please login to write comment.