Color Hex Logo

#bc5eac Color Hex

#BC5EAC
(188,94,172)
0 Favorites   0 Comments

Color spaces of #bc5eac

RGB 18894172
HSL0.860.410.55
HSV310°50°74°
CMYK 0.000.500.09   0.26
XYZ32.188121.675341.5170
Yxy21.67530.33750.2273
Hunter Lab46.556741.9359-20.2822
CIE-Lab53.680848.1675-24.8888

#bc5eac color RGB value is (188,94,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01011110 10101100
Octal 274 136 254
Decimal 188 94 172
Hex BC 5E AC

RGB Percentages of Color #bc5eac

%41.41
%20.70
%37.89

CMYK Percentages of Color #bc5eac

%0
%50
%9
%26

Triadic Colors of #bc5eac

#bc5eac #acbc5e #5eacbc

Analogous Colors of #bc5eac

#bc5eac #bc5e7d #9d5ebc

Monochromatic Colors of #bc5eac

#bc5eac

Complementary Color

#bc5eac #5ebc6e

#bc5eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc5eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc5eac Color CSS Codes

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

#bc5eac Text Font Color

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

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


#bc5eac Background Color

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

This div background color is #bc5eac


#bc5eac Border Color

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

This div border color is #bc5eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc5eac


Comments

No comments written yet.

Please login to write comment.