Color Hex Logo

#ba31cb Color Hex

#BA31CB
(186,49,203)
0 Favorites   0 Comments

Color spaces of #ba31cb

RGB 18649203
HSL0.810.610.49
HSV293°76°80°
CMYK 0.080.760.00   0.20
XYZ32.127516.947558.0778
Yxy16.94750.29980.1582
Hunter Lab41.167367.2607-54.8276
CIE-Lab48.193871.5993-51.5195

#ba31cb color RGB value is (186,49,203).

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

The process color (four color CMYK) of #ba31cb color hex is 0.08, 0.76, 0.00, 0.20. Web safe color of #ba31cb is #cc33cc. Color #ba31cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00110001 11001011
Octal 272 61 313
Decimal 186 49 203
Hex BA 31 CB

RGB Percentages of Color #ba31cb

%42.47
%11.19
%46.35

CMYK Percentages of Color #ba31cb

%8
%76
%0
%20

Triadic Colors of #ba31cb

#ba31cb #cbba31 #31cbba

Analogous Colors of #ba31cb

#ba31cb #cb318f #6d31cb

Monochromatic Colors of #ba31cb

#ba31cb

Complementary Color

#ba31cb #42cb31

#ba31cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba31cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba31cb Color CSS Codes

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

#ba31cb Text Font Color

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

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


#ba31cb Background Color

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

This div background color is #ba31cb


#ba31cb Border Color

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

This div border color is #ba31cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba31cb


Comments

No comments written yet.

Please login to write comment.