Color Hex Logo

#ba31bf Color Hex

#BA31BF
(186,49,191)
0 Favorites   0 Comments

Color spaces of #ba31bf

RGB 18649191
HSL0.830.590.47
HSV298°74°75°
CMYK 0.030.740.00   0.25
XYZ30.752016.397350.8344
Yxy16.39730.31380.1673
Hunter Lab40.493664.6943-46.0853
CIE-Lab47.491569.5833-45.6858

#ba31bf color RGB value is (186,49,191).

#ba31bf hex color red value is 186, green value is 49 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ba31bf hue: 0.83 , saturation: 0.59 and the lightness value of ba31bf is 0.47.

The process color (four color CMYK) of #ba31bf color hex is 0.03, 0.74, 0.00, 0.25. Web safe color of #ba31bf is #cc33cc. Color #ba31bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00110001 10111111
Octal 272 61 277
Decimal 186 49 191
Hex BA 31 BF

RGB Percentages of Color #ba31bf

%43.66
%11.50
%44.84

CMYK Percentages of Color #ba31bf

%3
%74
%0
%25

Triadic Colors of #ba31bf

#ba31bf #bfba31 #31bfba

Analogous Colors of #ba31bf

#ba31bf #bf317d #7331bf

Monochromatic Colors of #ba31bf

#ba31bf

Complementary Color

#ba31bf #36bf31

#ba31bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba31bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba31bf Color CSS Codes

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

#ba31bf Text Font Color

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

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


#ba31bf Background Color

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

This div background color is #ba31bf


#ba31bf Border Color

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

This div border color is #ba31bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba31bf


Comments

No comments written yet.

Please login to write comment.