Color Hex Logo

#bc31ca Color Hex

#BC31CA
(188,49,202)
0 Favorites   0 Comments

Color spaces of #bc31ca

RGB 18849202
HSL0.820.610.49
HSV295°76°79°
CMYK 0.070.760.00   0.21
XYZ32.498017.152357.4750
Yxy17.15230.30340.1601
Hunter Lab41.415367.5895-53.2902
CIE-Lab48.451471.8230-50.5123

#bc31ca color RGB value is (188,49,202).

#bc31ca hex color red value is 188, green value is 49 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #bc31ca hue: 0.82 , saturation: 0.61 and the lightness value of bc31ca is 0.49.

The process color (four color CMYK) of #bc31ca color hex is 0.07, 0.76, 0.00, 0.21. Web safe color of #bc31ca is #cc33cc. Color #bc31ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00110001 11001010
Octal 274 61 312
Decimal 188 49 202
Hex BC 31 CA

RGB Percentages of Color #bc31ca

%42.82
%11.16
%46.01

CMYK Percentages of Color #bc31ca

%7
%76
%0
%21

Triadic Colors of #bc31ca

#bc31ca #cabc31 #31cabc

Analogous Colors of #bc31ca

#bc31ca #ca318c #7031ca

Monochromatic Colors of #bc31ca

#bc31ca

Complementary Color

#bc31ca #3fca31

#bc31ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc31ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc31ca Color CSS Codes

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

#bc31ca Text Font Color

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

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


#bc31ca Background Color

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

This div background color is #bc31ca


#bc31ca Border Color

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

This div border color is #bc31ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc31ca


Comments

No comments written yet.

Please login to write comment.