Color Hex Logo

#bc1faa Color Hex

#BC1FAA
(188,31,170)
0 Favorites   0 Comments

Color spaces of #bc1faa

RGB 18831170
HSL0.850.720.43
HSV307°84°74°
CMYK 0.000.840.10   0.26
XYZ28.484714.573639.3419
Yxy14.57360.34570.1769
Hunter Lab38.175466.3815-34.3789
CIE-Lab45.044671.4783-37.2005

#bc1faa color RGB value is (188,31,170).

#bc1faa hex color red value is 188, green value is 31 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #bc1faa hue: 0.85 , saturation: 0.72 and the lightness value of bc1faa is 0.43.

The process color (four color CMYK) of #bc1faa color hex is 0.00, 0.84, 0.10, 0.26. Web safe color of #bc1faa is #cc3399. Color #bc1faa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00011111 10101010
Octal 274 37 252
Decimal 188 31 170
Hex BC 1F AA

RGB Percentages of Color #bc1faa

%48.33
%7.97
%43.70

CMYK Percentages of Color #bc1faa

%0
%84
%10
%26

Triadic Colors of #bc1faa

#bc1faa #aabc1f #1faabc

Analogous Colors of #bc1faa

#bc1faa #bc1f5c #801fbc

Monochromatic Colors of #bc1faa

#bc1faa

Complementary Color

#bc1faa #1fbc31

#bc1faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc1faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc1faa Color CSS Codes

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

#bc1faa Text Font Color

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

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


#bc1faa Background Color

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

This div background color is #bc1faa


#bc1faa Border Color

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

This div border color is #bc1faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc1faa


Comments

No comments written yet.

Please login to write comment.