Color Hex Logo

#ba31b5 Color Hex

#BA31B5
(186,49,181)
0 Favorites   0 Comments

Color spaces of #ba31b5

RGB 18649181
HSL0.840.580.46
HSV302°74°73°
CMYK 0.000.740.03   0.27
XYZ29.688515.971945.2342
Yxy15.97190.32660.1757
Hunter Lab39.964962.6629-39.1319
CIE-Lab46.937667.9673-40.7201

#ba31b5 color RGB value is (186,49,181).

#ba31b5 hex color red value is 186, green value is 49 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #ba31b5 hue: 0.84 , saturation: 0.58 and the lightness value of ba31b5 is 0.46.

The process color (four color CMYK) of #ba31b5 color hex is 0.00, 0.74, 0.03, 0.27. Web safe color of #ba31b5 is #cc33cc. Color #ba31b5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00110001 10110101
Octal 272 61 265
Decimal 186 49 181
Hex BA 31 B5

RGB Percentages of Color #ba31b5

%44.71
%11.78
%43.51

CMYK Percentages of Color #ba31b5

%0
%74
%3
%27

Triadic Colors of #ba31b5

#ba31b5 #b5ba31 #31b5ba

Analogous Colors of #ba31b5

#ba31b5 #ba3171 #7b31ba

Monochromatic Colors of #ba31b5

#ba31b5

Complementary Color

#ba31b5 #31ba36

#ba31b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba31b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba31b5 Color CSS Codes

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

#ba31b5 Text Font Color

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

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


#ba31b5 Background Color

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

This div background color is #ba31b5


#ba31b5 Border Color

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

This div border color is #ba31b5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba31b5


Comments

No comments written yet.

Please login to write comment.