Color Hex Logo

#bc5aac Color Hex

#BC5AAC
(188,90,172)
0 Favorites   0 Comments

Color spaces of #bc5aac

RGB 18890172
HSL0.860.420.55
HSV310°52°74°
CMYK 0.000.520.09   0.26
XYZ31.841620.982341.4015
Yxy20.98230.33790.2227
Hunter Lab45.806443.9201-21.5239
CIE-Lab52.930150.1480-26.0484

#bc5aac color RGB value is (188,90,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01011010 10101100
Octal 274 132 254
Decimal 188 90 172
Hex BC 5A AC

RGB Percentages of Color #bc5aac

%41.78
%20.00
%38.22

CMYK Percentages of Color #bc5aac

%0
%52
%9
%26

Triadic Colors of #bc5aac

#bc5aac #acbc5a #5aacbc

Analogous Colors of #bc5aac

#bc5aac #bc5a7b #9b5abc

Monochromatic Colors of #bc5aac

#bc5aac

Complementary Color

#bc5aac #5abc6a

#bc5aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc5aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc5aac Color CSS Codes

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

#bc5aac Text Font Color

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

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


#bc5aac Background Color

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

This div background color is #bc5aac


#bc5aac Border Color

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

This div border color is #bc5aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc5aac


Comments

No comments written yet.

Please login to write comment.