Color Hex Logo

#bc7aab Color Hex

#BC7AAB
(188,122,171)
0 Favorites   0 Comments

Color spaces of #bc7aab

RGB 188122171
HSL0.880.330.61
HSV315°35°74°
CMYK 0.000.350.09   0.26
XYZ35.049327.550741.9986
Yxy27.55070.33510.2634
Hunter Lab52.488827.3378-10.6984
CIE-Lab59.480633.2029-15.4476

#bc7aab color RGB value is (188,122,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01111010 10101011
Octal 274 172 253
Decimal 188 122 171
Hex BC 7A AB

RGB Percentages of Color #bc7aab

%39.09
%25.36
%35.55

CMYK Percentages of Color #bc7aab

%0
%35
%9
%26

Triadic Colors of #bc7aab

#bc7aab #abbc7a #7aabbc

Analogous Colors of #bc7aab

#bc7aab #bc7a8a #ac7abc

Monochromatic Colors of #bc7aab

#bc7aab

Complementary Color

#bc7aab #7abc8b

#bc7aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc7aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc7aab Color CSS Codes

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

#bc7aab Text Font Color

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

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


#bc7aab Background Color

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

This div background color is #bc7aab


#bc7aab Border Color

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

This div border color is #bc7aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc7aab


Comments

No comments written yet.

Please login to write comment.