Color Hex Logo

#ba0480 Color Hex

#BA0480
(186,4,128)
0 Favorites   0 Comments

Color spaces of #ba0480

RGB 1864128
HSL0.890.960.37
HSV319°98°73°
CMYK 0.000.980.31   0.27
XYZ24.189412.084421.4797
Yxy12.08440.41880.2092
Hunter Lab34.762663.3738-12.3012
CIE-Lab41.349969.6606-17.5475

#ba0480 color RGB value is (186,4,128).

#ba0480 hex color red value is 186, green value is 4 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #ba0480 hue: 0.89 , saturation: 0.96 and the lightness value of ba0480 is 0.37.

The process color (four color CMYK) of #ba0480 color hex is 0.00, 0.98, 0.31, 0.27. Web safe color of #ba0480 is #cc0099. Color #ba0480 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00000100 10000000
Octal 272 4 200
Decimal 186 4 128
Hex BA 4 80

RGB Percentages of Color #ba0480

%58.49
%1.26
%40.25

CMYK Percentages of Color #ba0480

%0
%98
%31
%27

Triadic Colors of #ba0480

#ba0480 #80ba04 #0480ba

Analogous Colors of #ba0480

#ba0480 #ba0425 #9904ba

Monochromatic Colors of #ba0480

#ba0480

Complementary Color

#ba0480 #04ba3e

#ba0480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba0480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba0480 Color CSS Codes

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

#ba0480 Text Font Color

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

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


#ba0480 Background Color

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

This div background color is #ba0480


#ba0480 Border Color

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

This div border color is #ba0480


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba0480


Comments

No comments written yet.

Please login to write comment.