Color Hex Logo

#ba027e Color Hex

#BA027E
(186,2,126)
0 Favorites   0 Comments

Color spaces of #ba027e

RGB 1862126
HSL0.890.980.37
HSV320°99°73°
CMYK 0.000.990.32   0.27
XYZ24.037311.988920.7858
Yxy11.98890.42310.2110
Hunter Lab34.625063.3242-11.3550
CIE-Lab41.198569.6480-16.5412

#ba027e color RGB value is (186,2,126).

#ba027e hex color red value is 186, green value is 2 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #ba027e hue: 0.89 , saturation: 0.98 and the lightness value of ba027e is 0.37.

The process color (four color CMYK) of #ba027e color hex is 0.00, 0.99, 0.32, 0.27. Web safe color of #ba027e is #cc0066. Color #ba027e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00000010 01111110
Octal 272 2 176
Decimal 186 2 126
Hex BA 2 7E

RGB Percentages of Color #ba027e

%59.24
%0.64
%40.13

CMYK Percentages of Color #ba027e

%0
%99
%32
%27

Triadic Colors of #ba027e

#ba027e #7eba02 #027eba

Analogous Colors of #ba027e

#ba027e #ba0222 #9a02ba

Monochromatic Colors of #ba027e

#ba027e

Complementary Color

#ba027e #02ba3e

#ba027e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba027e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba027e Color CSS Codes

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

#ba027e Text Font Color

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

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


#ba027e Background Color

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

This div background color is #ba027e


#ba027e Border Color

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

This div border color is #ba027e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba027e


Comments

No comments written yet.

Please login to write comment.