Color Hex Logo

#bc77af Color Hex

#BC77AF
(188,119,175)
0 Favorites   0 Comments

Color spaces of #bc77af

RGB 188119175
HSL0.860.340.60
HSV311°37°74°
CMYK 0.000.370.07   0.26
XYZ35.073726.980243.9165
Yxy26.98020.33100.2546
Hunter Lab51.942529.6313-13.7690
CIE-Lab58.956035.5475-18.5354

#bc77af color RGB value is (188,119,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110111 10101111
Octal 274 167 257
Decimal 188 119 175
Hex BC 77 AF

RGB Percentages of Color #bc77af

%39.00
%24.69
%36.31

CMYK Percentages of Color #bc77af

%0
%37
%7
%26

Triadic Colors of #bc77af

#bc77af #afbc77 #77afbc

Analogous Colors of #bc77af

#bc77af #bc778d #a777bc

Monochromatic Colors of #bc77af

#bc77af

Complementary Color

#bc77af #77bc84

#bc77af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc77af Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc77af Color CSS Codes

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

#bc77af Text Font Color

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

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


#bc77af Background Color

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

This div background color is #bc77af


#bc77af Border Color

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

This div border color is #bc77af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc77af


Comments

No comments written yet.

Please login to write comment.