Color Hex Logo

#ba004e Color Hex

#BA004E
(186,0,78)
0 Favorites   0 Comments

Color spaces of #ba004e

RGB 186078
HSL0.931.000.36
HSV335°100°73°
CMYK 0.001.000.58   0.27
XYZ21.624810.98928.1891
Yxy10.98920.53000.2693
Hunter Lab33.150058.42898.5584
CIE-Lab39.562365.747311.3751

#ba004e color RGB value is (186,0,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00000000 01001110
Octal 272 0 116
Decimal 186 0 78
Hex BA 0 4E

RGB Percentages of Color #ba004e

%70.45
%0.00
%29.55

CMYK Percentages of Color #ba004e

%0
%100
%58
%27

Triadic Colors of #ba004e

#ba004e #4eba00 #004eba

Analogous Colors of #ba004e

#ba004e #ba0f00 #ba00ab

Monochromatic Colors of #ba004e

#ba004e

Complementary Color

#ba004e #00ba6c

#ba004e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba004e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba004e Color CSS Codes

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

#ba004e Text Font Color

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

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


#ba004e Background Color

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

This div background color is #ba004e


#ba004e Border Color

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

This div border color is #ba004e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba004e


Comments

No comments written yet.

Please login to write comment.