Color Hex Logo

#bc2eac Color Hex

#BC2EAC
(188,46,172)
0 Favorites   0 Comments

Color spaces of #bc2eac

RGB 18846172
HSL0.850.610.46
HSV307°76°74°
CMYK 0.000.760.09   0.26
XYZ29.162415.623940.5084
Yxy15.62390.34190.1832
Hunter Lab39.527162.5218-33.0930
CIE-Lab46.477167.9362-36.1248

#bc2eac color RGB value is (188,46,172).

#bc2eac hex color red value is 188, green value is 46 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #bc2eac hue: 0.85 , saturation: 0.61 and the lightness value of bc2eac is 0.46.

The process color (four color CMYK) of #bc2eac color hex is 0.00, 0.76, 0.09, 0.26. Web safe color of #bc2eac is #cc3399. Color #bc2eac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00101110 10101100
Octal 274 56 254
Decimal 188 46 172
Hex BC 2E AC

RGB Percentages of Color #bc2eac

%46.31
%11.33
%42.36

CMYK Percentages of Color #bc2eac

%0
%76
%9
%26

Triadic Colors of #bc2eac

#bc2eac #acbc2e #2eacbc

Analogous Colors of #bc2eac

#bc2eac #bc2e65 #852ebc

Monochromatic Colors of #bc2eac

#bc2eac

Complementary Color

#bc2eac #2ebc3e

#bc2eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc2eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc2eac Color CSS Codes

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

#bc2eac Text Font Color

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

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


#bc2eac Background Color

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

This div background color is #bc2eac


#bc2eac Border Color

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

This div border color is #bc2eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc2eac


Comments

No comments written yet.

Please login to write comment.