Color Hex Logo

#ba005e Color Hex

#BA005E
(186,0,94)
0 Favorites   0 Comments

Color spaces of #ba005e

RGB 186094
HSL0.921.000.36
HSV330°100°73°
CMYK 0.001.000.49   0.27
XYZ22.270111.247311.5868
Yxy11.24730.49370.2494
Hunter Lab33.537059.84242.9916
CIE-Lab39.993966.89331.7653

#ba005e color RGB value is (186,0,94).

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

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

Base Numbers

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

RGB Percentages of Color #ba005e

%66.43
%0.00
%33.57

CMYK Percentages of Color #ba005e

%0
%100
%49
%27

Triadic Colors of #ba005e

#ba005e #5eba00 #005eba

Analogous Colors of #ba005e

#ba005e #ba0001 #b900ba

Monochromatic Colors of #ba005e

#ba005e

Complementary Color

#ba005e #00ba5c

#ba005e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba005e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba005e Color CSS Codes

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

#ba005e Text Font Color

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

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


#ba005e Background Color

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

This div background color is #ba005e


#ba005e Border Color

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

This div border color is #ba005e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,0,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 #ba005e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba005e


Comments

No comments written yet.

Please login to write comment.