Color Hex Logo

#ba20b5 Color Hex

#BA20B5
(186,32,181)
0 Favorites   0 Comments

Color spaces of #ba20b5

RGB 18632181
HSL0.840.710.43
HSV302°83°73°
CMYK 0.000.830.03   0.27
XYZ29.106714.808345.0403
Yxy14.80830.32720.1665
Hunter Lab38.481667.6712-42.4582
CIE-Lab45.370572.4913-43.2085

#ba20b5 color RGB value is (186,32,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00100000 10110101
Octal 272 40 265
Decimal 186 32 181
Hex BA 20 B5

RGB Percentages of Color #ba20b5

%46.62
%8.02
%45.36

CMYK Percentages of Color #ba20b5

%0
%83
%3
%27

Triadic Colors of #ba20b5

#ba20b5 #b5ba20 #20b5ba

Analogous Colors of #ba20b5

#ba20b5 #ba2068 #7220ba

Monochromatic Colors of #ba20b5

#ba20b5

Complementary Color

#ba20b5 #20ba25

#ba20b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba20b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba20b5 Color CSS Codes

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

#ba20b5 Text Font Color

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

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


#ba20b5 Background Color

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

This div background color is #ba20b5


#ba20b5 Border Color

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

This div border color is #ba20b5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba20b5


Comments

No comments written yet.

Please login to write comment.