Color Hex Logo

#bc31ab Color Hex

#BC31AB
(188,49,171)
0 Favorites   0 Comments

Color spaces of #bc31ab

RGB 18849171
HSL0.850.590.46
HSV307°74°74°
CMYK 0.000.740.09   0.26
XYZ29.188015.828340.0449
Yxy15.82830.34310.1861
Hunter Lab39.784861.3326-31.8283
CIE-Lab46.748466.8656-35.1063

#bc31ab color RGB value is (188,49,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00110001 10101011
Octal 274 61 253
Decimal 188 49 171
Hex BC 31 AB

RGB Percentages of Color #bc31ab

%46.08
%12.01
%41.91

CMYK Percentages of Color #bc31ab

%0
%74
%9
%26

Triadic Colors of #bc31ab

#bc31ab #abbc31 #31abbc

Analogous Colors of #bc31ab

#bc31ab #bc3166 #8831bc

Monochromatic Colors of #bc31ab

#bc31ab

Complementary Color

#bc31ab #31bc42

#bc31ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc31ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc31ab Color CSS Codes

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

#bc31ab Text Font Color

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

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


#bc31ab Background Color

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

This div background color is #bc31ab


#bc31ab Border Color

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

This div border color is #bc31ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc31ab


Comments

No comments written yet.

Please login to write comment.