Color Hex Logo

#ba068e Color Hex

#BA068E
(186,6,142)
0 Favorites   0 Comments

Color spaces of #ba068e

RGB 1866142
HSL0.870.940.38
HSV315°97°73°
CMYK 0.000.970.24   0.27
XYZ25.197312.522326.6802
Yxy12.52230.39130.1944
Hunter Lab35.386965.1743-19.9314
CIE-Lab42.034571.0512-25.0931

#ba068e color RGB value is (186,6,142).

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

The process color (four color CMYK) of #ba068e color hex is 0.00, 0.97, 0.24, 0.27. Web safe color of #ba068e is #cc0099. Color #ba068e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00000110 10001110
Octal 272 6 216
Decimal 186 6 142
Hex BA 6 8E

RGB Percentages of Color #ba068e

%55.69
%1.80
%42.51

CMYK Percentages of Color #ba068e

%0
%97
%24
%27

Triadic Colors of #ba068e

#ba068e #8eba06 #068eba

Analogous Colors of #ba068e

#ba068e #ba0634 #8c06ba

Monochromatic Colors of #ba068e

#ba068e

Complementary Color

#ba068e #06ba32

#ba068e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba068e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba068e Color CSS Codes

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

#ba068e Text Font Color

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

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


#ba068e Background Color

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

This div background color is #ba068e


#ba068e Border Color

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

This div border color is #ba068e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba068e


Comments

No comments written yet.

Please login to write comment.