Color Hex Logo

#bc5aab Color Hex

#BC5AAB
(188,90,171)
0 Favorites   0 Comments

Color spaces of #bc5aab

RGB 18890171
HSL0.860.420.55
HSV310°52°74°
CMYK 0.000.520.09   0.26
XYZ31.745920.944040.8975
Yxy20.94400.33920.2238
Hunter Lab45.764643.7334-20.9492
CIE-Lab52.888249.9807-25.5304

#bc5aab color RGB value is (188,90,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01011010 10101011
Octal 274 132 253
Decimal 188 90 171
Hex BC 5A AB

RGB Percentages of Color #bc5aab

%41.87
%20.04
%38.08

CMYK Percentages of Color #bc5aab

%0
%52
%9
%26

Triadic Colors of #bc5aab

#bc5aab #abbc5a #5aabbc

Analogous Colors of #bc5aab

#bc5aab #bc5a7a #9c5abc

Monochromatic Colors of #bc5aab

#bc5aab

Complementary Color

#bc5aab #5abc6b

#bc5aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc5aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc5aab Color CSS Codes

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

#bc5aab Text Font Color

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

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


#bc5aab Background Color

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

This div background color is #bc5aab


#bc5aab Border Color

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

This div border color is #bc5aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc5aab


Comments

No comments written yet.

Please login to write comment.