Color Hex Logo

#ba0785 Color Hex

#BA0785
(186,7,133)
0 Favorites   0 Comments

Color spaces of #ba0785

RGB 1867133
HSL0.880.930.38
HSV318°96°73°
CMYK 0.000.960.28   0.27
XYZ24.559312.284523.2670
Yxy12.28450.40860.2044
Hunter Lab35.049363.7402-14.8244
CIE-Lab41.664869.9106-20.1483

#ba0785 color RGB value is (186,7,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00000111 10000101
Octal 272 7 205
Decimal 186 7 133
Hex BA 7 85

RGB Percentages of Color #ba0785

%57.06
%2.15
%40.80

CMYK Percentages of Color #ba0785

%0
%96
%28
%27

Triadic Colors of #ba0785

#ba0785 #85ba07 #0785ba

Analogous Colors of #ba0785

#ba0785 #ba072b #9607ba

Monochromatic Colors of #ba0785

#ba0785

Complementary Color

#ba0785 #07ba3c

#ba0785 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba0785 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba0785 Color CSS Codes

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

#ba0785 Text Font Color

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

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


#ba0785 Background Color

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

This div background color is #ba0785


#ba0785 Border Color

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

This div border color is #ba0785


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba0785


Comments

No comments written yet.

Please login to write comment.