Color Hex Logo

#ba055e Color Hex

#BA055E
(186,5,94)
0 Favorites   0 Comments

Color spaces of #ba055e

RGB 186594
HSL0.920.950.37
HSV330°97°73°
CMYK 0.000.970.49   0.27
XYZ22.324411.355811.6049
Yxy11.35580.49300.2508
Hunter Lab33.698459.28003.1708
CIE-Lab40.173466.37002.0255

#ba055e color RGB value is (186,5,94).

#ba055e hex color red value is 186, green value is 5 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ba055e hue: 0.92 , saturation: 0.95 and the lightness value of ba055e is 0.37.

The process color (four color CMYK) of #ba055e color hex is 0.00, 0.97, 0.49, 0.27. Web safe color of #ba055e is #cc0066. Color #ba055e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00000101 01011110
Octal 272 5 136
Decimal 186 5 94
Hex BA 5 5E

RGB Percentages of Color #ba055e

%65.26
%1.75
%32.98

CMYK Percentages of Color #ba055e

%0
%97
%49
%27

Triadic Colors of #ba055e

#ba055e #5eba05 #055eba

Analogous Colors of #ba055e

#ba055e #ba0705 #ba05b9

Monochromatic Colors of #ba055e

#ba055e

Complementary Color

#ba055e #05ba61

#ba055e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba055e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba055e Color CSS Codes

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

#ba055e Text Font Color

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

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


#ba055e Background Color

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

This div background color is #ba055e


#ba055e Border Color

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

This div border color is #ba055e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba055e


Comments

No comments written yet.

Please login to write comment.