Color Hex Logo

#bc2fae Color Hex

#BC2FAE
(188,47,174)
0 Favorites   0 Comments

Color spaces of #bc2fae

RGB 18847174
HSL0.850.600.46
HSV306°75°74°
CMYK 0.000.750.07   0.26
XYZ29.395515.780441.5410
Yxy15.78040.33900.1820
Hunter Lab39.724662.5690-34.1939
CIE-Lab46.685167.9362-36.9783

#bc2fae color RGB value is (188,47,174).

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

The process color (four color CMYK) of #bc2fae color hex is 0.00, 0.75, 0.07, 0.26. Web safe color of #bc2fae is #cc3399. Color #bc2fae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00101111 10101110
Octal 274 57 256
Decimal 188 47 174
Hex BC 2F AE

RGB Percentages of Color #bc2fae

%45.97
%11.49
%42.54

CMYK Percentages of Color #bc2fae

%0
%75
%7
%26

Triadic Colors of #bc2fae

#bc2fae #aebc2f #2faebc

Analogous Colors of #bc2fae

#bc2fae #bc2f68 #842fbc

Monochromatic Colors of #bc2fae

#bc2fae

Complementary Color

#bc2fae #2fbc3d

#bc2fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc2fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc2fae Color CSS Codes

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

#bc2fae Text Font Color

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

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


#bc2fae Background Color

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

This div background color is #bc2fae


#bc2fae Border Color

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

This div border color is #bc2fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc2fae


Comments

No comments written yet.

Please login to write comment.