Color Hex Logo

#ba074e Color Hex

#BA074E
(186,7,78)
0 Favorites   0 Comments

Color spaces of #ba074e

RGB 186778
HSL0.930.930.38
HSV336°96°73°
CMYK 0.000.960.58   0.27
XYZ21.700811.14118.2144
Yxy11.14110.52860.2714
Hunter Lab33.378357.63938.7735
CIE-Lab39.817165.006011.7276

#ba074e color RGB value is (186,7,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00000111 01001110
Octal 272 7 116
Decimal 186 7 78
Hex BA 7 4E

RGB Percentages of Color #ba074e

%68.63
%2.58
%28.78

CMYK Percentages of Color #ba074e

%0
%96
%58
%27

Triadic Colors of #ba074e

#ba074e #4eba07 #074eba

Analogous Colors of #ba074e

#ba074e #ba1a07 #ba07a8

Monochromatic Colors of #ba074e

#ba074e

Complementary Color

#ba074e #07ba73

#ba074e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba074e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba074e Color CSS Codes

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

#ba074e Text Font Color

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

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


#ba074e Background Color

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

This div background color is #ba074e


#ba074e Border Color

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

This div border color is #ba074e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba074e


Comments

No comments written yet.

Please login to write comment.