Color Hex Logo

#ba0790 Color Hex

#BA0790
(186,7,144)
0 Favorites   0 Comments

Color spaces of #ba0790

RGB 1867144
HSL0.870.930.38
HSV314°96°73°
CMYK 0.000.960.23   0.27
XYZ25.359712.604727.4819
Yxy12.60470.38750.1926
Hunter Lab35.503165.3713-21.0425
CIE-Lab42.161571.1923-26.1153

#ba0790 color RGB value is (186,7,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00000111 10010000
Octal 272 7 220
Decimal 186 7 144
Hex BA 7 90

RGB Percentages of Color #ba0790

%55.19
%2.08
%42.73

CMYK Percentages of Color #ba0790

%0
%96
%23
%27

Triadic Colors of #ba0790

#ba0790 #90ba07 #0790ba

Analogous Colors of #ba0790

#ba0790 #ba0736 #8b07ba

Monochromatic Colors of #ba0790

#ba0790

Complementary Color

#ba0790 #07ba31

#ba0790 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba0790 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba0790 Color CSS Codes

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

#ba0790 Text Font Color

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

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


#ba0790 Background Color

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

This div background color is #ba0790


#ba0790 Border Color

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

This div border color is #ba0790


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba0790


Comments

No comments written yet.

Please login to write comment.