Color Hex Logo

#bc77aa Color Hex

#BC77AA
(188,119,170)
0 Favorites   0 Comments

Color spaces of #bc77aa

RGB 188119170
HSL0.880.340.60
HSV316°37°74°
CMYK 0.000.370.10   0.26
XYZ34.591626.787341.3775
Yxy26.78730.33660.2607
Hunter Lab51.756428.7273-11.1708
CIE-Lab58.776934.6685-15.9397

#bc77aa color RGB value is (188,119,170).

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

The process color (four color CMYK) of #bc77aa color hex is 0.00, 0.37, 0.10, 0.26. Web safe color of #bc77aa is #cc6699. Color #bc77aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110111 10101010
Octal 274 167 252
Decimal 188 119 170
Hex BC 77 AA

RGB Percentages of Color #bc77aa

%39.41
%24.95
%35.64

CMYK Percentages of Color #bc77aa

%0
%37
%10
%26

Triadic Colors of #bc77aa

#bc77aa #aabc77 #77aabc

Analogous Colors of #bc77aa

#bc77aa #bc7788 #ac77bc

Monochromatic Colors of #bc77aa

#bc77aa

Complementary Color

#bc77aa #77bc89

#bc77aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc77aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc77aa Color CSS Codes

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

#bc77aa Text Font Color

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

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


#bc77aa Background Color

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

This div background color is #bc77aa


#bc77aa Border Color

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

This div border color is #bc77aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc77aa


Comments

No comments written yet.

Please login to write comment.