Color Hex Logo

#ba0783 Color Hex

#BA0783
(186,7,131)
0 Favorites   0 Comments

Color spaces of #ba0783

RGB 1867131
HSL0.880.930.38
HSV318°96°73°
CMYK 0.000.960.30   0.27
XYZ24.422412.229822.5461
Yxy12.22980.41260.2066
Hunter Lab34.971163.4576-13.7448
CIE-Lab41.579069.6872-19.0482

#ba0783 color RGB value is (186,7,131).

#ba0783 hex color red value is 186, green value is 7 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #ba0783 hue: 0.88 , saturation: 0.93 and the lightness value of ba0783 is 0.38.

The process color (four color CMYK) of #ba0783 color hex is 0.00, 0.96, 0.30, 0.27. Web safe color of #ba0783 is #cc0099. Color #ba0783 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00000111 10000011
Octal 272 7 203
Decimal 186 7 131
Hex BA 7 83

RGB Percentages of Color #ba0783

%57.41
%2.16
%40.43

CMYK Percentages of Color #ba0783

%0
%96
%30
%27

Triadic Colors of #ba0783

#ba0783 #83ba07 #0783ba

Analogous Colors of #ba0783

#ba0783 #ba072a #9807ba

Monochromatic Colors of #ba0783

#ba0783

Complementary Color

#ba0783 #07ba3e

#ba0783 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba0783 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba0783 Color CSS Codes

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

#ba0783 Text Font Color

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

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


#ba0783 Background Color

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

This div background color is #ba0783


#ba0783 Border Color

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

This div border color is #ba0783


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba0783


Comments

No comments written yet.

Please login to write comment.