Color Hex Logo

#ba078c Color Hex

#BA078C
(186,7,140)
0 Favorites   0 Comments

Color spaces of #ba078c

RGB 1867140
HSL0.880.930.38
HSV315°96°73°
CMYK 0.000.960.25   0.27
XYZ25.059312.484525.8999
Yxy12.48450.39500.1968
Hunter Lab35.333464.7630-18.7270
CIE-Lab41.976070.7157-23.9617

#ba078c color RGB value is (186,7,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00000111 10001100
Octal 272 7 214
Decimal 186 7 140
Hex BA 7 8C

RGB Percentages of Color #ba078c

%55.86
%2.10
%42.04

CMYK Percentages of Color #ba078c

%0
%96
%25
%27

Triadic Colors of #ba078c

#ba078c #8cba07 #078cba

Analogous Colors of #ba078c

#ba078c #ba0732 #8f07ba

Monochromatic Colors of #ba078c

#ba078c

Complementary Color

#ba078c #07ba35

#ba078c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba078c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba078c Color CSS Codes

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

#ba078c Text Font Color

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

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


#ba078c Background Color

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

This div background color is #ba078c


#ba078c Border Color

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

This div border color is #ba078c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba078c


Comments

No comments written yet.

Please login to write comment.