Color Hex Logo

#bc31aa Color Hex

#BC31AA
(188,49,170)
0 Favorites   0 Comments

Color spaces of #bc31aa

RGB 18849170
HSL0.850.590.46
HSV308°74°74°
CMYK 0.000.740.10   0.26
XYZ29.093015.790339.5447
Yxy15.79030.34460.1870
Hunter Lab39.737061.1470-31.1872
CIE-Lab46.698266.7158-34.5938

#bc31aa color RGB value is (188,49,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00110001 10101010
Octal 274 61 252
Decimal 188 49 170
Hex BC 31 AA

RGB Percentages of Color #bc31aa

%46.19
%12.04
%41.77

CMYK Percentages of Color #bc31aa

%0
%74
%10
%26

Triadic Colors of #bc31aa

#bc31aa #aabc31 #31aabc

Analogous Colors of #bc31aa

#bc31aa #bc3165 #8931bc

Monochromatic Colors of #bc31aa

#bc31aa

Complementary Color

#bc31aa #31bc43

#bc31aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc31aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc31aa Color CSS Codes

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

#bc31aa Text Font Color

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

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


#bc31aa Background Color

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

This div background color is #bc31aa


#bc31aa Border Color

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

This div border color is #bc31aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc31aa


Comments

No comments written yet.

Please login to write comment.